1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-04 07:19:32 +00:00

[FIRMWARE] Experimental change not requiring HID boot mode on mice anymore

This commit is contained in:
harbaum
2015-04-24 11:45:23 +00:00
parent 76eb350ceb
commit 6640dc5547
9 changed files with 241 additions and 173 deletions

View File

@@ -52,7 +52,7 @@
// ------------ usb debugging -----------
#if 0
#define hidp_debugf(...) iprintf(__VA_ARGS__)
#define hidp_debugf(a, ...) iprintf("\033[1;34mHIDP: " a "\033[0m\n", ##__VA_ARGS__)
#else
#define hidp_debugf(...)
#endif