0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-07 06:15:42 +00:00

[Keyboard] matrix_init_user shouldn't call itself ()

This commit is contained in:
Ray Cielencki 2019-03-03 13:38:12 -05:00 committed by Drashna Jaelre
parent be497126e8
commit 9b0a548687

View File

@ -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))