mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
fix typo in solenoid.h (#18635)
This commit is contained in:
parent
c1e05b14d5
commit
9e1ff0e6b9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue