From: Keith Packard Date: Sun, 17 Jun 2018 19:28:51 +0000 (-0700) Subject: altos/stm: Let products override AO_LED_TYPE for stm processors X-Git-Tag: 1.8.6~1^2~23 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=42ee832368f6ff796444823d53935d824acd329a altos/stm: Let products override AO_LED_TYPE for stm processors No need requiring it to be uint16_t Signed-off-by: Keith Packard --- diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h index ecf1c1a7..679dba44 100644 --- a/src/stm/ao_arch.h +++ b/src/stm/ao_arch.h @@ -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