summaryrefslogtreecommitdiff
path: root/src/ao_teledongle.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-10-30 16:39:15 -0700
committerKeith Packard <keithp@keithp.com>2009-10-30 16:39:15 -0700
commit7b14c3e609749f4fc00dbd660541375048535218 (patch)
treef541994c38eb4df935bd0113cf948742d8ef8bdf /src/ao_teledongle.c
parent690fc263516d8beb6b24e86fbcd6588f42ce4e5c (diff)
Initial packet bits. Just testing transmission
Diffstat (limited to 'src/ao_teledongle.c')
-rw-r--r--src/ao_teledongle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao_teledongle.c b/src/ao_teledongle.c
index d7b4b75a..98642180 100644
--- a/src/ao_teledongle.c
+++ b/src/ao_teledongle.c
@@ -33,6 +33,7 @@ main(void)
ao_monitor_init(AO_LED_GREEN, TRUE);
ao_rssi_init(AO_LED_RED);
ao_radio_init();
+ ao_packet_init();
ao_config_init();
ao_start_scheduler();
}