Adhoc fix compile error of usb_usb
This commit is contained in:
parent
b9e265368f
commit
ea524d7bef
11 changed files with 27 additions and 10 deletions
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,
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue