]> mj.ucw.cz Git - home-hw.git/blobdiff - Inc/util.h
Whoa! Interrupt-driven I2C is working!
[home-hw.git] / Inc / util.h
index 6772a50adeec9b177b3e9d1cdff0c9ffb5015379..827cc9c4a09082cf23336f38c7de54c5b3de9ace 100644 (file)
@@ -24,7 +24,7 @@ static inline void put_u16_le(byte *p, u16 x)
 
 // debug.c
 
-#undef DEBUG_SEMIHOSTING
+#define DEBUG_SEMIHOSTING
 
 void debug_printf(const char *fmt, ...);
 void debug_puts(const char *s);