1
0
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:
harbaum
2014-02-28 15:32:27 +00:00
parent 2623d47cf0
commit fa82858899
11 changed files with 68 additions and 84 deletions

View File

@@ -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__)