summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-06-17 12:28:51 -0700
committerKeith Packard <keithp@keithp.com>2018-06-17 12:28:51 -0700
commit42ee832368f6ff796444823d53935d824acd329a (patch)
tree53bdb6c7effa13199e7262b7b128f2f8fa2b40a4 /src
parentc2d9f13a97d45b7dbe2cb47b563aea59ec725bb1 (diff)
altos/stm: Let products override AO_LED_TYPE for stm processors
No need requiring it to be uint16_t Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/stm/ao_arch.h2
1 files changed, 0 insertions, 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