Browse Source

fix typo in solenoid.h (#18635)

Giuseppe Rota 2 years ago
parent
commit
9e1ff0e6b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/haptic/solenoid.h

+ 1 - 1
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);