Skip to content

Commit 3c2dbd6

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

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
@@ -80,7 +80,7 @@ Relative value data
8080
The relative value data is stored within the :c:struct:`report_data` structure's ``axes`` member.
8181
There are separate fields for wheel, mouse motion over the X axis, and mouse motion over the Y axis.
8282

83-
The values of axes are stored every time the input data is received, but these values are cleared when HID report subscription is enabled.
83+
The values of axes are stored whenever the input data is received, but these values are cleared when HID report subscription is enabled.
8484
Consequently, values outside of the HID subscription period are never retained.
8585

8686
HID mouse pipeline

0 commit comments

Comments
 (0)