]> mj.ucw.cz Git - home-hw.git/commitdiff
SSR: Debugging off
authorMartin Mares <mj@ucw.cz>
Wed, 8 Aug 2018 20:49:21 +0000 (22:49 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 8 Aug 2018 20:49:21 +0000 (22:49 +0200)
ssr/Inc/util.h

index 7e37313ad792bc4aada7cd2c23684f1874a5cb02..d463fcc3264c789c6543c1b50ccd83a5bcf95ce9 100644 (file)
@@ -61,8 +61,8 @@ static inline void put_u32_le(byte *p, u32 x)
 
 // debug.c
 
-#undef DEBUG_SEMIHOSTING
-#define DEBUG_USART USART1
+// #define DEBUG_SEMIHOSTING
+// #define DEBUG_USART USART1
 
 void debug_printf(const char *fmt, ...);
 void debug_puts(const char *s);