We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cb712 commit 8cd87e7Copy full SHA for 8cd87e7
include/launchelf.h
@@ -59,7 +59,7 @@
59
sio_printf(format, ##args)
60
#elif defined(POWERPC_UART) || defined(COMMON_PRINTF) || defined(UDPTTY) //printf has to travel to IOP, add color escape to make up the diff
61
#define DPRINTF(format, args...) \
62
- printf("\033[1;94;40m"format"\033[m", ##args)
+ printf(/*"\033[1;94;40m"*/ format /*"\033[m"*/, ##args)
63
#else
64
#define DPRINTF(format, args...)// strip away printf from consumer builds
65
#endif
0 commit comments