summaryrefslogtreecommitdiff
path: root/src/ao_telemetrum.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-12-19 14:03:11 -0800
committerKeith Packard <keithp@keithp.com>2009-12-19 14:14:40 -0800
commit598d168bd6552c3756e4b0267de44147eadab9f6 (patch)
treeadf8f22af37c29ebeb1610987b7f1466e85de5b0 /src/ao_telemetrum.c
parentd4cf1446680d8b47396bcda338e8df7af395d102 (diff)
Disable monitor mode before attempting radio test.
If monitor mode is left active, then the radio lock will not be able to be acquired for the radio test. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_telemetrum.c')
-rw-r--r--src/ao_telemetrum.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ao_telemetrum.c b/src/ao_telemetrum.c
index 5250078e..990b0d77 100644
--- a/src/ao_telemetrum.c
+++ b/src/ao_telemetrum.c
@@ -17,6 +17,13 @@
#include "ao.h"
+/* stub so as telemetrum doesn't have monitor mode */
+void
+ao_set_monitor(uint8_t monitoring)
+{
+ (void) monitoring;
+}
+
void
main(void)
{