diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_joystick.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_joystick.md b/docs/feature_joystick.md index e60046a3c3..dc7b49a600 100644 --- a/docs/feature_joystick.md +++ b/docs/feature_joystick.md @@ -192,7 +192,7 @@ Set the state of a button, and flush the report. --- -### `void register_joystick_button(uint8_t button)` :id=api-unregister-joystick-button +### `void unregister_joystick_button(uint8_t button)` :id=api-unregister-joystick-button Reset the state of a button, and flush the report. |