summaryrefslogtreecommitdiff
path: root/src/stm/ao_arch.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-23 00:55:53 -0700
committerKeith Packard <keithp@keithp.com>2012-03-28 21:37:04 -0700
commitf2c110fb4531144f18f62200e4127738c84e87f1 (patch)
treeda29a77a0afae904d203ccc1c9749fb536d4416d /src/stm/ao_arch.h
parent0bda768c2be5b81bec13f21d4d3bb6a11a8e88fa (diff)
Get config stuff hooked up for MegaMetrum
This stubs out enough stuff to let ao_config link and work Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm/ao_arch.h')
-rw-r--r--src/stm/ao_arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h
index fcc177ef..188b8996 100644
--- a/src/stm/ao_arch.h
+++ b/src/stm/ao_arch.h
@@ -201,5 +201,7 @@ ao_serial3_pollchar(void);
void
ao_serial3_set_speed(uint8_t speed);
+extern uint32_t ao_radio_cal;
+
#endif /* _AO_ARCH_H_ */