Fix functions with empty params (#19647)
* Fix functions with empty params * Found a bunch more
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#ifdef LED_ENABLE
|
||||
#include "uart.h"
|
||||
|
||||
void matrix_init_kb() {
|
||||
void matrix_init_kb(void) {
|
||||
uart_init(9600);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user