diff options
author | Leo Deng <myst.dg@gmail.com> | 2022-12-16 03:28:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 11:28:48 -0800 |
commit | 79d083c63544328ad765d12455fc45699604adc9 (patch) | |
tree | 731b7e70209eb6f004896e590dce0538490488bd | |
parent | 293a9fb342067f8e4276fa3eeb8fff94fdd2e8de (diff) |
[Docs] Update feature_joystick.md (#19347)
-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. |