summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-10-09 22:02:40 -0700
committerKeith Packard <keithp@keithp.com>2009-10-09 22:02:40 -0700
commit33b0b6f2f2e07de105619a7b463226d2813152ab (patch)
treee935b20518feb13f35fef619d732ced5f1185395 /src/ao.h
parenta3771bfc5ce740f9d89193e9f8b1d7987aa57264 (diff)
Add support for the SkyTraq GPS unit
This is a build-time option selected by hacking the Makefile at present. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ao.h b/src/ao.h
index 4116be65..0f3f0ea7 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -668,7 +668,8 @@ void
ao_serial_putchar(char c) __critical;
#define AO_SERIAL_SPEED_4800 0
-#define AO_SERIAL_SPEED_57600 1
+#define AO_SERIAL_SPEED_9600 1
+#define AO_SERIAL_SPEED_57600 2
void
ao_serial_set_speed(uint8_t speed);