diff options
author | Keith Packard <keithp@keithp.com> | 2009-10-09 22:02:40 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-09 22:02:40 -0700 |
commit | 33b0b6f2f2e07de105619a7b463226d2813152ab (patch) | |
tree | e935b20518feb13f35fef619d732ced5f1185395 /src/ao.h | |
parent | a3771bfc5ce740f9d89193e9f8b1d7987aa57264 (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |