mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
Got "cntr" to show signs of life. It was the watchdog, as usual.
- TODO: "cntr" now makes it to DFU and beyond - atrf/fw/common/config.h (PLATFORM_SETUP): rename to PLATFORM_ENTER - cntr/fw/common/config.h (PLATFORM_SETUP): rename to PLATFORM_ENTER and make the new PLATFORM_SETUP turn off the watchdog
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
* This turns on the LED, to indicate that we're in the boot loader.
|
||||
*/
|
||||
|
||||
#define PLATFORM_SETUP \
|
||||
#define PLATFORM_ENTER \
|
||||
LED_MODE |= 1 << LED_BIT;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user