diff options
author | Keith Packard <keithp@keithp.com> | 2009-07-17 21:33:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-07-17 21:33:53 -0700 |
commit | 8d650769c319261c97f5e68eff9138207b95c0f8 (patch) | |
tree | 6011caba4ef969803410e83d7918f153a6e4316b /src/ao_gps.c | |
parent | ab40d224b39ba6d29c4056e2d2c365e1eb3d3793 (diff) |
Initialize the GPS serial protocol state
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_gps.c')
-rw-r--r-- | src/ao_gps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao_gps.c b/src/ao_gps.c index 78957cb3..1ce738b1 100644 --- a/src/ao_gps.c +++ b/src/ao_gps.c @@ -279,6 +279,7 @@ ao_gps(void) __reentrant uint8_t i, k; uint16_t cksum; + ao_gps_setup(); for (k = 0; k < 5; k++) { for (i = 0; i < sizeof (ao_gps_config); i++) |