summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-12 16:26:02 +0900
committerKeith Packard <keithp@keithp.com>2013-11-12 16:27:31 +0900
commit12481415c2e5fb03b003343c9499df711eb14f91 (patch)
tree82a4cc3a7fbc4737b3eade6000fbea085efa03b4
parentbf893a4149b05b97f18f9f487af805adef859d74 (diff)
altos: include ao_eeprom.h in ao_telemetrum.c to define ao_eeprom_init
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/telemetrum-v2.0/ao_telemetrum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemetrum-v2.0/ao_telemetrum.c b/src/telemetrum-v2.0/ao_telemetrum.c
index 23556c6c..46599cb2 100644
--- a/src/telemetrum-v2.0/ao_telemetrum.c
+++ b/src/telemetrum-v2.0/ao_telemetrum.c
@@ -22,6 +22,7 @@
#include <ao_exti.h>
#include <ao_packet.h>
#include <ao_companion.h>
+#include <ao_eeprom.h>
#include <ao_profile.h>
#if HAS_SAMPLE_PROFILE
#include <ao_sample_profile.h>