use the console's ep size ref

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
Jack Humbert 2021-10-14 09:41:35 -04:00 committed by GitHub
parent 9917211afe
commit e52eabe8fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */
/* ---------------------------------------------------------