diff options
author | Keith Packard <keithp@keithp.com> | 2013-08-20 11:40:17 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-08-27 21:56:42 -0600 |
commit | 7b0f9b25a56fa8b4aa1c2e9d79c43e6a97cab0c0 (patch) | |
tree | d6b0c692976bf8086c5fce18193a4624623d0835 /src/stm/ao_arch.h | |
parent | 3ded57394f6dfd7beb9526c031a5c6c6c9926917 (diff) |
altos: Initial TeleMetrum v2.0 bits
Adds new telemetry and logging formats along with code for TeleMetrum
v2.0 design.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm/ao_arch.h')
-rw-r--r-- | src/stm/ao_arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h index adc288c3..42fe727a 100644 --- a/src/stm/ao_arch.h +++ b/src/stm/ao_arch.h @@ -34,6 +34,8 @@ #define AO_TICK_SIGNED int16_t #endif +#define AO_PORT_TYPE uint16_t + /* Various definitions to make GCC look more like SDCC */ #define ao_arch_naked_declare __attribute__((naked)) |