Adhoc fix compile error of usb_usb
This commit is contained in:
12
common/debug.c
Normal file
12
common/debug.c
Normal file
@ -0,0 +1,12 @@
|
||||
#include <stdbool.h>
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
//debug_config_t debug_config = { .enable = false, .matrix = false };
|
||||
debug_config_t debug_config = {
|
||||
.enable = false,
|
||||
.matrix = false,
|
||||
.keyboard = false,
|
||||
.mouse = false,
|
||||
};
|
||||
|
Reference in New Issue
Block a user