summaryrefslogtreecommitdiff
path: root/src/product
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-04-12 14:51:07 -0700
committerKeith Packard <keithp@keithp.com>2012-04-14 14:04:29 -0700
commit040a6eb119451026e1ec7c3a6a8e76b439c632d5 (patch)
treec334b0f83d8202626c544238b53def46339042b0 /src/product
parentf952f9c285e2718a433c8c720c9b5d9c369e7036 (diff)
altos: Massive product config cleanup
Support multiple serial ports more cleanly Split out parts of ao.h into separate feature header files Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product')
-rw-r--r--src/product/ao_telebt.c2
-rw-r--r--src/product/ao_terraui.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/product/ao_telebt.c b/src/product/ao_telebt.c
index 97c9d792..46c63418 100644
--- a/src/product/ao_telebt.c
+++ b/src/product/ao_telebt.c
@@ -17,7 +17,9 @@
#include "ao.h"
+#if HAS_LOG
__code uint8_t ao_log_format = AO_LOG_FORMAT_NONE; /* until we actually log stuff */
+#endif
void
main(void)
diff --git a/src/product/ao_terraui.c b/src/product/ao_terraui.c
index 8875ff48..963c7be4 100644
--- a/src/product/ao_terraui.c
+++ b/src/product/ao_terraui.c
@@ -16,6 +16,7 @@
*/
#include "ao.h"
+#include <ao_flight.h>
#include <math.h>
static __xdata struct ao_telemetry_sensor ao_tel_sensor;