altos: Disable ao_btm debug. Avoids breaking 's' command
[fw/altos] / src / drivers / ao_btm.c
index 71599fbd6665b11d7e1ec184b2f2477622a68a32..b7ff0b9edb4d383da76e414ae1b67baccc0bd1dc 100644 (file)
@@ -32,7 +32,7 @@
 int8_t                 ao_btm_stdio;
 uint8_t                ao_btm_connected;
 
-#define BT_DEBUG 1
+#define BT_DEBUG 0
 
 #if BT_DEBUG
 char           ao_btm_buffer[256];