summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/misc/mperror.c
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-08-12 22:22:33 +0200
committerDaniel Campora <daniel@wipy.io>2015-08-16 20:18:09 +0200
commitaa8e8acb7d2a4dc2b96912ce88c7a03e683bb9d7 (patch)
treea11257e6e1610d8098ce5da9b79cc63b4ef097c1 /cc3200/misc/mperror.c
parentf837d166e595e233948880b1fc975fdeece8b217 (diff)
downloadmicropython-aa8e8acb7d2a4dc2b96912ce88c7a03e683bb9d7.tar.gz
micropython-aa8e8acb7d2a4dc2b96912ce88c7a03e683bb9d7.zip
cc3200: Change HeartBeat period from 5 to 4 seconds.
Diffstat (limited to 'cc3200/misc/mperror.c')
-rw-r--r--cc3200/misc/mperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/misc/mperror.c b/cc3200/misc/mperror.c
index d1e9f46fb5..c707aa6a57 100644
--- a/cc3200/misc/mperror.c
+++ b/cc3200/misc/mperror.c
@@ -59,7 +59,7 @@
#define MPERROR_TOOGLE_MS (40)
#define MPERROR_SIGNAL_ERROR_MS (1000)
#define MPERROR_HEARTBEAT_ON_MS (80)
-#define MPERROR_HEARTBEAT_OFF_MS (4920)
+#define MPERROR_HEARTBEAT_OFF_MS (3920)
/******************************************************************************
DECLARE PRIVATE DATA