From 640422c028a2be898aa3a9048a0f6fad2e43dd8d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 11 Aug 2011 16:11:34 -0700 Subject: altos: remove monitor disable stubs from altimeter code Monitor mode in the ground-station boards must be disabled when the radio is going to be used for another purpose, or the radio parameters changed. That places monitor-mode disable calls in other parts of the system which are shared with the altimeter code. Elide the ao_set_monitor calls for builds which do not include any monitoring code. Signed-off-by: Keith Packard --- src/ao_telemini.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/ao_telemini.c') diff --git a/src/ao_telemini.c b/src/ao_telemini.c index 6c612481..fa23de01 100644 --- a/src/ao_telemini.c +++ b/src/ao_telemini.c @@ -18,13 +18,6 @@ #include "ao.h" #include "ao_pins.h" -/* stub so as telemini doesn't have monitor mode */ -void -ao_set_monitor(uint8_t monitoring) -{ - (void) monitoring; -} - void main(void) { -- cgit v1.2.3