altos/stm: Add per-LED port/pin mode in LED code
[fw/altos] / src / stm / ao_arch.h
index 5f033b66219e36719164e7864b8e4121977b8934..ecf1c1a7b5c6063f44152c9d38de574885312a73 100644 (file)
@@ -153,6 +153,10 @@ ao_adc_init();
 #define AO_BOOT_LOADER_BASE            ((uint32_t *) 0x08000000)
 #define HAS_BOOT_LOADER                        1
 
+#ifndef AO_LED_TYPE
+#define AO_LED_TYPE uint16_t
+#endif
+
 #endif /* _AO_ARCH_H_ */