Browse Source

[Keyboard] matrix_init_user shouldn't call itself (#5298)

pull/5302/head
Ray Cielencki 5 years ago
committed by Drashna Jaelre
parent
commit
9b0a548687
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      keyboards/converter/usb_usb/custom_matrix.cpp

+ 0
- 1
keyboards/converter/usb_usb/custom_matrix.cpp View File

@ -123,7 +123,6 @@ extern "C"
__attribute__ ((weak))
void matrix_init_user(void) {
matrix_init_user();
}
__attribute__ ((weak))


Loading…
Cancel
Save