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