Changes in uspace/drv/hid/usbhid/kbd/kbdrepeat.c [b7fd2a0:53b9f2c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/kbd/kbdrepeat.c
rb7fd2a0 r53b9f2c 117 117 * @retval EINVAL if no argument is supplied. 118 118 */ 119 errno_t usb_kbd_repeat_fibril(void *arg)119 int usb_kbd_repeat_fibril(void *arg) 120 120 { 121 121 usb_log_debug("Autorepeat fibril spawned.\n");
Note:
See TracChangeset
for help on using the changeset viewer.