altos: Horrible kludge -- disable radio while talking with SD card
[fw/altos] / src / drivers / ao_cc115l.c
index 9a4908b501d0030b7f9a2fd169a2bf7bb51d72a3..d6a938ac5c32a8fc0bf6152a08d7da0d64444389 100644 (file)
@@ -23,7 +23,7 @@
 
 #define AO_RADIO_MAX_SEND      sizeof (struct ao_telemetry_generic)
 
-static uint8_t ao_radio_mutex;
+uint8_t ao_radio_mutex;
 
 static uint8_t ao_radio_fifo;          /* fifo drained interrupt received */
 static uint8_t ao_radio_done;          /* tx done interrupt received */