diff options
author | Giuseppe Rota <403432+grota@users.noreply.github.com> | 2022-10-07 23:16:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 22:16:31 +0100 |
commit | 9e1ff0e6b95820d6cbe21f9bf3cc2a4f8633114a (patch) | |
tree | 19c23abe7638fa469fa2c16aaabf13165ea72b60 /drivers | |
parent | c1e05b14d5a1c73c328e791db2aea5834ffa67c0 (diff) |
fix typo in solenoid.h (#18635)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/haptic/solenoid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/haptic/solenoid.h b/drivers/haptic/solenoid.h index 952f86e922..17f5345bc6 100644 --- a/drivers/haptic/solenoid.h +++ b/drivers/haptic/solenoid.h @@ -54,7 +54,7 @@ # endif #endif -void solenoidbuzz_on(void); +void solenoid_buzz_on(void); void solenoid_buzz_off(void); void solenoid_set_buzz(uint8_t buzz); |