usb_hid: Fix timer size uint16_t to uint32_t;
This commit is contained in:
9
common/debug.c
Normal file
9
common/debug.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdbool.h>
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
bool debug_enable = false;
|
||||
bool debug_matrix = false;
|
||||
bool debug_keyboard = false;
|
||||
bool debug_mouse = false;
|
||||
|
Reference in New Issue
Block a user