From 7a074a14ced0c9ea890793aa7dc43c896cfdf9b9 Mon Sep 17 00:00:00 2001 From: danicampora Date: Wed, 25 Feb 2015 22:38:33 +0100 Subject: cc3200: Implement safe boot pin and system led behaviour. The safe boot pin, when pulled high during reset rolls back the firmware to the "factory" image and skips execution of 'boot.py' and 'main.py'. This is useful to recover from a crash condition. The system led is used mostly to signal errors. --- cc3200/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc3200/main.c') diff --git a/cc3200/main.c b/cc3200/main.c index 6f0ce3f1b..24a42c524 100644 --- a/cc3200/main.c +++ b/cc3200/main.c @@ -63,7 +63,7 @@ int main (void) { // Initialize the clocks and the interrupt system HAL_SystemInit(); - // Start the watchdog + // Init the watchdog pybwdt_init0(); #ifdef DEBUG -- cgit v1.2.3