forked from mirrors/qmk_userspace
Fix functions with empty params (#19647)
* Fix functions with empty params * Found a bunch more
This commit is contained in:
parent
0f77ae6a20
commit
cf935d97ae
170 changed files with 276 additions and 276 deletions
|
@ -158,7 +158,7 @@ void hd44780_on(bool cursor, bool blink) {
|
|||
}
|
||||
}
|
||||
|
||||
void hd44780_off() {
|
||||
void hd44780_off(void) {
|
||||
hd44780_command(HD44780_CMD_DISPLAY);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue