altos: include ao_eeprom.h in ao_telemetrum.c to define ao_eeprom_init
authorKeith Packard <keithp@keithp.com>
Tue, 12 Nov 2013 07:26:02 +0000 (16:26 +0900)
committerKeith Packard <keithp@keithp.com>
Tue, 12 Nov 2013 07:27:31 +0000 (16:27 +0900)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/telemetrum-v2.0/ao_telemetrum.c

index 23556c6c5cc9310c8e708a33b1d2e8de5702c7f1..46599cb2e0ef1ed83937ba34ce2546f88ea277b8 100644 (file)
@@ -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>