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