X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ssr%2FInc%2Futil.h;h=7e37313ad792bc4aada7cd2c23684f1874a5cb02;hb=d06351fae4e82caf11a1439649f9dc276f28f668;hp=3a29fd63c476627d721b7db94d0e22d4bcb274f3;hpb=77e714a68b7453f386d0819339f644e66188780b;p=home-hw.git diff --git a/ssr/Inc/util.h b/ssr/Inc/util.h index 3a29fd6..7e37313 100644 --- a/ssr/Inc/util.h +++ b/ssr/Inc/util.h @@ -62,8 +62,7 @@ static inline void put_u32_le(byte *p, u32 x) // debug.c #undef DEBUG_SEMIHOSTING -// #define DEBUG_USART USART1 -#undef DEBUG_USART +#define DEBUG_USART USART1 void debug_printf(const char *fmt, ...); void debug_puts(const char *s);