usbus/hid: fix ENABLE_DEBUG definitions
This commit is contained in:
parent
e7a24fe136
commit
415c6acc1a
@ -24,7 +24,7 @@
|
||||
#include "usb/usbus/hid.h"
|
||||
#include "tsrb.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
static void _init(usbus_t *usbus, usbus_handler_t *handler);
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
#include "usb/usbus/hid.h"
|
||||
#include "usb/usbus/hid_io.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
static usbus_hid_device_t hid;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user