summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGiuseppe Rota <403432+grota@users.noreply.github.com>2022-10-07 23:16:31 +0200
committerGitHub <noreply@github.com>2022-10-07 22:16:31 +0100
commit9e1ff0e6b95820d6cbe21f9bf3cc2a4f8633114a (patch)
tree19c23abe7638fa469fa2c16aaabf13165ea72b60 /drivers
parentc1e05b14d5a1c73c328e791db2aea5834ffa67c0 (diff)
fix typo in solenoid.h (#18635)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/haptic/solenoid.h2
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);