mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-19 11:46:08 +00:00
[Keyboard] matrix_init_user shouldn't call itself (#5298)
This commit is contained in:
parent
be497126e8
commit
9b0a548687
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ extern "C"
|
||||||
|
|
||||||
__attribute__ ((weak))
|
__attribute__ ((weak))
|
||||||
void matrix_init_user(void) {
|
void matrix_init_user(void) {
|
||||||
matrix_init_user();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
__attribute__ ((weak))
|
__attribute__ ((weak))
|
||||||
|
|
Loading…
Reference in a new issue