Fix functions with empty params (#19647)
* Fix functions with empty params * Found a bunch more
This commit is contained in:
@ -158,7 +158,7 @@ void hd44780_on(bool cursor, bool blink) {
|
||||
}
|
||||
}
|
||||
|
||||
void hd44780_off() {
|
||||
void hd44780_off(void) {
|
||||
hd44780_command(HD44780_CMD_DISPLAY);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user