Skip to content

Commit 12ea2a6

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

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
@@ -87,7 +87,7 @@ HID mouse pipeline
8787
~~~~~~~~~~~~~~~~~~
8888

8989
The nRF Desktop application synchronizes motion sensor sampling with sending HID mouse input reports to the HID host.
90-
The HID provider mouse module tracks number of HID reports in flight and maintains a HID report pipeline to ensure proper HID report flow:
90+
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.
9393
* 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.

0 commit comments

Comments
 (0)