usbus/hid: fix ENABLE_DEBUG definitions

This commit is contained in:
Jan Romann 2021-08-12 17:28:08 +02:00
parent e7a24fe136
commit 415c6acc1a
No known key found for this signature in database
GPG Key ID: 9D6F0ED2C06FDDB0
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;