X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ssr%2FInc%2Futil.h;h=d463fcc3264c789c6543c1b50ccd83a5bcf95ce9;hb=HEAD;hp=7e37313ad792bc4aada7cd2c23684f1874a5cb02;hpb=d06351fae4e82caf11a1439649f9dc276f28f668;p=home-hw.git 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);