Add support for the SkyTraq GPS unit
[fw/altos] / src / ao.h
index 4116be65ae13f22aef242957363d4b2ffa42147b..0f3f0ea7394e57a66061cac9adade96a55deb0d0 100644 (file)
--- 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);