summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2012-09-18 11:56:06 +0200
committerGuillaume Knispel <gknispel@avencall.com>2012-09-18 11:56:06 +0200
commitb00f85ae478f4307224f1c5b269e17adff5d36cb (patch)
treeb2a27e1106f03a5ec6aa34a2aaf8696fc33b2db9
parent9bace567f72be6171b0f215589d79b79de89c224 (diff)
disable LOOP_REBOOT
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 03980d3..2d37a17 100644
--- a/main.c
+++ b/main.c
@@ -39,7 +39,8 @@
/* define LOOP_REBOOT if you want that the board reboot forever
* define it to the number of ms to spend in the WAIT_STOP state.
*/
-#define LOOP_REBOOT 5000
+//#define LOOP_REBOOT 5000
+#undef LOOP_REBOOT
#ifdef TRACE_SERIAL
#include <stdio.h>