From 42ee832368f6ff796444823d53935d824acd329a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 17 Jun 2018 12:28:51 -0700 Subject: [PATCH 1/1] altos/stm: Let products override AO_LED_TYPE for stm processors No need requiring it to be uint16_t Signed-off-by: Keith Packard --- src/stm/ao_arch.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2