From 85cd812337ceb77c2fc5ab6b8ba91414a567cc0f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 8 Aug 2018 22:49:21 +0200 Subject: [PATCH] SSR: Debugging off --- ssr/Inc/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssr/Inc/util.h b/ssr/Inc/util.h index 7e37313..d463fcc 100644 --- a/ssr/Inc/util.h +++ b/ssr/Inc/util.h @@ -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); -- 2.39.2