1
0
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:
Werner Almesberger
2010-08-25 04:35:18 -03:00
parent bb7b049f00
commit 3584b5b736
3 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -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;