Browse Source

Merge remote-tracking branch 'origin/develop' into xap

QMK Bot 3 years ago
parent
commit
fa4c94c39b
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);