From: Martin Mares Date: Wed, 8 Aug 2018 20:49:21 +0000 (+0200) Subject: SSR: Debugging off X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=85cd812337ceb77c2fc5ab6b8ba91414a567cc0f;p=home-hw.git SSR: Debugging off --- 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);