repo2/firmware_eclairexl/usb/debug.h @ 1476
416 | markw | #define hid_debugf(IN, ...) {};
|
|
#define hidp_debugf(IN, ...) {};
|
|||
#define hub_debugf(IN, ...) {};
|
|||
#define iprintf(IN, ...) {};
|
|||
394 | markw | ||
416 | markw | extern struct SimpleFile * usb_file;
|
|
394 | markw | ||
395 | markw | void usb_log_init(struct SimpleFile * file);
|
|
394 | markw | ||
void usb_log(char * format, ...);
|
|||
416 | markw | //#define hid_debugf usb_log
|
|
//#define hidp_debugf usb_log
|
|||
//#define iprintf usb_log
|