1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-04-29 13:33:04 +00:00

Added USB RTC support

This commit is contained in:
harbaum
2014-05-20 14:10:45 +00:00
parent e9bbd0c337
commit e73897dec2
7 changed files with 321 additions and 6 deletions

View File

@@ -78,4 +78,11 @@
#define storage_debugf(...)
#endif
#if 1
// usb rts debug output in blue
#define usbrtc_debugf(a, ...) iprintf("\033[1;34mUSBRTC: " a "\033[0m\n", ##__VA_ARGS__)
#else
#define usbrtc_debugf(...)
#endif
#endif // DEBUG_H