altos/stm: Let products override AO_LED_TYPE for stm processors
authorKeith Packard <keithp@keithp.com>
Sun, 17 Jun 2018 19:28:51 +0000 (12:28 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 17 Jun 2018 19:28:51 +0000 (12:28 -0700)
No need requiring it to be uint16_t

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_arch.h

index ecf1c1a7b5c6063f44152c9d38de574885312a73..679dba4499623d33f57671830287a7073b0180f2 100644 (file)
@@ -30,8 +30,6 @@
 #define AO_STACK_SIZE  512
 #endif
 
-#define AO_LED_TYPE    uint16_t
-
 #ifndef AO_TICK_TYPE
 #define AO_TICK_TYPE   uint16_t
 #define AO_TICK_SIGNED int16_t