소스 검색

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

Ray Cielencki 6 년 전
부모
커밋
9b0a548687
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      keyboards/converter/usb_usb/custom_matrix.cpp

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

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