X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Inc%2Futil.h;h=388a1bd758946472fc8a1ba8701c9f03d5ec4de5;hb=4628d046ad479a2b7310bc598b663984742b9a22;hp=07a677bb97cf3845b520d93b567f447c465ca2dd;hpb=2d024d38ea3094cf50ef92e00589fb56a066ea9a;p=home-hw.git diff --git a/Inc/util.h b/Inc/util.h index 07a677b..388a1bd 100644 --- a/Inc/util.h +++ b/Inc/util.h @@ -12,7 +12,7 @@ typedef int32_t s32; // debug.c -#define DEBUG_SEMIHOSTING +#undef DEBUG_SEMIHOSTING void debug_printf(const char *fmt, ...); void debug_puts(const char *s);