summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-05-03 01:07:06 -0700
committerKeith Packard <keithp@keithp.com>2013-05-03 01:07:06 -0700
commit58873176bcb0eec04e41e3360abadbc5d07fee61 (patch)
treec2ae54a6ef7ed360978d61c959a167be9cd22bd2
parenta18d68da1b0b23a6089166fcd14a5bb5368f10f1 (diff)
altos/test: Fix warning in ao_aprs_test
Was not forward-declaring ao_radio_send_aprs, causing a warning Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/test/ao_aprs_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ao_aprs_test.c b/src/test/ao_aprs_test.c
index dd5eac4d..69147786 100644
--- a/src/test/ao_aprs_test.c
+++ b/src/test/ao_aprs_test.c
@@ -46,7 +46,7 @@ ao_aprs_bit(uint8_t bit)
#endif
void
-ao_radio_send_lots(ao_radio_fill_func fill);
+ao_radio_send_aprs(ao_radio_fill_func fill);
#include <ao_aprs.c>