Skip to content

Commit

Permalink
Merge pull request #29 from lactide/fix_for_chibios_update
Browse files Browse the repository at this point in the history
Fix for ChibiOS Update tmk/tmk_keyboard#411
tmk authored Jul 31, 2019

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
2 parents b26c4be + e80a587 commit 437115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/chibios/usb_main.c
Original file line number Diff line number Diff line change
@@ -1034,7 +1034,7 @@ void init_usb_driver(USBDriver *usbp) {

chVTObjectInit(&keyboard_idle_timer);
#ifdef CONSOLE_ENABLE
obqObjectInit(&console_buf_queue, console_queue_buffer, CONSOLE_EPSIZE, CONSOLE_QUEUE_CAPACITY, console_queue_onotify, (void*)usbp);
obqObjectInit(&console_buf_queue, true, console_queue_buffer, CONSOLE_EPSIZE, CONSOLE_QUEUE_CAPACITY, console_queue_onotify, (void*)usbp);
chVTObjectInit(&console_flush_timer);
#endif
}

0 comments on commit 437115b

Please sign in to comment.