summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-07 09:40:53 -0800
committerKeith Packard <keithp@keithp.com>2013-12-07 09:40:53 -0800
commit6fbf4829569d5edb476654f4e383b834af527dc6 (patch)
tree4989c42d704fc49290e65d37ea69f1af392498bc /src
parent2a9b0cdff5db03dc11b6ef69cf5436c834c3acc4 (diff)
altos: Telemega uses eeprom, include it in main file
ao_telemega.c didn't include ao_eeprom.h leaving a function undefined Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/telemega-v0.3/ao_telemega.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemega-v0.3/ao_telemega.c b/src/telemega-v0.3/ao_telemega.c
index 273c0426..7b035269 100644
--- a/src/telemega-v0.3/ao_telemega.c
+++ b/src/telemega-v0.3/ao_telemega.c
@@ -24,6 +24,7 @@
#include <ao_packet.h>
#include <ao_companion.h>
#include <ao_profile.h>
+#include <ao_eeprom.h>
#if HAS_SAMPLE_PROFILE
#include <ao_sample_profile.h>
#endif