~ruther/qmk_firmware

9e1ff0e6b95820d6cbe21f9bf3cc2a4f8633114a — Giuseppe Rota 2 years ago c1e05b1
fix typo in solenoid.h (#18635)

1 files changed, 1 insertions(+), 1 deletions(-)

M drivers/haptic/solenoid.h
M drivers/haptic/solenoid.h => drivers/haptic/solenoid.h +1 -1
@@ 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);