forked from mirrors/qmk_firmware
use the console's ep size ref
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
9917211afe
commit
e52eabe8fa
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ report_mouse_t mouse_report_blank = {0};
|
|||
uint8_t extra_report_blank[3] = {0};
|
||||
#endif /* EXTRAKEY_ENABLE */
|
||||
#ifdef CONSOLE_ENABLE
|
||||
uint8_t console_report_blank[32] = {0};
|
||||
uint8_t console_report_blank[CONSOLE_EPSIZE] = {0};
|
||||
#endif /* EXTRAKEY_ENABLE */
|
||||
|
||||
/* ---------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue