altos/test: Fix warning in ao_aprs_test
authorKeith Packard <keithp@keithp.com>
Fri, 3 May 2013 08:07:06 +0000 (01:07 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 8 May 2013 03:08:01 +0000 (20:08 -0700)
Was not forward-declaring ao_radio_send_aprs, causing a warning

Signed-off-by: Keith Packard <keithp@keithp.com>
src/test/ao_aprs_test.c

index dd5eac4dcc4f07d2781e352a9bd3ee2d4e4be15a..69147786ff26e413533a441be00bfa9d94f105d2 100644 (file)
@@ -46,7 +46,7 @@ ao_aprs_bit(uint8_t bit)
 #endif
 
 void
 #endif
 
 void
-ao_radio_send_lots(ao_radio_fill_func fill);
+ao_radio_send_aprs(ao_radio_fill_func fill);
 
 #include <ao_aprs.c>
 
 
 #include <ao_aprs.c>