use the console's ep size ref

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
fix/get_report
Jack Humbert 4 years ago committed by GitHub
parent 9917211afe
commit e52eabe8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tmk_core/protocol/chibios/usb_main.c

@ -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…
Cancel
Save