Skip to content

Commit df16dce

Browse files
Apply suggestion from @divipillai
Co-authored-by: Divya S Pillai <[email protected]>
1 parent 12ea2a6 commit df16dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/nrf_desktop/doc/hid_provider_mouse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The nRF Desktop application synchronizes motion sensor sampling with sending HID
9090
The HID provider mouse module tracks the number of HID reports in flight and maintains a HID report pipeline to ensure proper HID report flow:
9191

9292
* If the number of HID reports in flight is lower than the pipeline size, the module provides additional HID reports to generate the HID report pipeline on user input.
93-
* If the number of HID reports in flight is greater than or equal to the pipeline size, the module buffers user input internally and delays providing subsequent HID input reports until previously submitted reports are sent to HID host.
93+
* If the number of HID reports in flight is greater than or equal to the pipeline size, the module buffers user input internally and delays providing subsequent HID input reports until previously submitted reports are sent to the HID host.
9494

9595
See the :ref:`nrf_desktop_hid_mouse_report_handling` section for an overview of handling HID mouse input reports in the nRF Desktop.
9696
The section focuses on interactions between application modules.

0 commit comments

Comments
 (0)