]> mj.ucw.cz Git - home-hw.git/commitdiff
BSB: Turn off debugging
authorMartin Mares <mj@ucw.cz>
Wed, 26 Feb 2020 21:40:57 +0000 (22:40 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 26 Feb 2020 21:40:57 +0000 (22:40 +0100)
bsb/firmware/main.c

index 04dc0e50681b523342d9203ad99e1c30b836d5e0..84fce5401878148e2dcbbf1d0b69a101d8ef28fd 100644 (file)
@@ -125,7 +125,7 @@ static void random_init(void)
 #define BSB_TX_TIMEOUT 10000   // Total time to transmit a frame including all retries and waiting for reply [ms]
 #define BSB_REPLY_TIMEOUT 1000 // How long to wait for a reply [ms]
 
-#define DEBUG_BSB
+#undef DEBUG_BSB
 #ifdef DEBUG_BSB
 #define BSB_DEBUG(x) debug_putc(x)
 #else