Skip to content

Commit d313494

Browse files
authored
Merge pull request #3 from jhgorse/patch-1
usbh_kbd_after_poll() typo fix
2 parents 3dc4586 + dd253ef commit d313494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/usbh_kbd/usbh_kbd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ int main(void)
480480

481481
last = now;
482482

483-
usbh_kbd_before_poll();
483+
usbh_kbd_after_poll();
484484
}
485485

486486
return 0;

0 commit comments

Comments
 (0)