mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-05-06 00:04:39 +00:00
IO redirection improvements
This commit is contained in:
8
debug.h
8
debug.h
@@ -40,14 +40,6 @@
|
||||
#define ikbd_debugf(...)
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
// cdc debug output in blue
|
||||
#define CDC_DEBUG
|
||||
#define cdc_debugf(a, ...) iprintf("\033[1;34mCDC: " a "\033[0m\n", ##__VA_ARGS__)
|
||||
#else
|
||||
#define cdc_debugf(...)
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
// 8bit debug output in blue
|
||||
#define bit8_debugf(a, ...) iprintf("\033[1;34m8BIT: " a "\033[0m\n", ##__VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user