X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_flash_pins.h;h=4917ee6f9f1f2eb00f364bb7ea146c5e9ccf4101;hb=d6d56c20465455b759f60a03fc96aa228ab9102e;hp=b774df6d3668a68a44b8a55915be530a7eadaea3;hpb=106d212ff5920c39d95751ef6249dc141970412c;p=fw%2Faltos diff --git a/src/product/ao_flash_pins.h b/src/product/ao_flash_pins.h index b774df6d..4917ee6f 100644 --- a/src/product/ao_flash_pins.h +++ b/src/product/ao_flash_pins.h @@ -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_ */