diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/nrf52840/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/nrf52840/src/main.c b/examples/device/nrf52840/src/main.c index b8f1674a7..000adb9dc 100644 --- a/examples/device/nrf52840/src/main.c +++ b/examples/device/nrf52840/src/main.c @@ -132,7 +132,7 @@ void usb_hid_task(void) /*------------- Mouse -------------*/ - // if ( !tud_hid_mouse_busy() ) + // if ( tud_hid_mouse_ready() ) // { // // Poll every 10ms // static tu_timeout_t tm = { .start = 0, .interval = 10 }; |
