Skip to content

Commit dd253ef

Browse files
authored
usbh_kbd_after_poll() typo fix
Renamed 2nd usbh_kbd_before_poll() to usbh_kbd_after_poll()
1 parent 3dc4586 commit dd253ef

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)