altos: Enable system timer in flash loader and prod watchdog with it
[fw/altos] / src / product / ao_flash_pins.h
index b774df6d3668a68a44b8a55915be530a7eadaea3..4917ee6f9f1f2eb00f364bb7ea146c5e9ccf4101 100644 (file)
@@ -27,7 +27,9 @@
 #define HAS_BEEP               0
 #define HAS_TASK               0
 #define HAS_ECHO               0
+#ifndef HAS_TICK
 #define HAS_TICK               0
+#endif
 
 #define PACKET_HAS_SLAVE       0
 
@@ -35,6 +37,7 @@
 #define HAS_VERSION            0
 
 #define AO_BOOT_CHAIN          1
-#define AO_BOOT_PIN            1
+
+#define IS_FLASH_LOADER                1
 
 #endif /* _AO_FLASH_PINS_H_ */