Quellcode durchsuchen

Fix build failure for UT47 (#15483)

Ryan vor 3 Jahren
Ursprung
Commit
9d0b145007
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      keyboards/40percentclub/ut47/ut47.c

+ 1 - 1
keyboards/40percentclub/ut47/ut47.c

@@ -16,11 +16,11 @@
 #include "ut47.h"
 #ifdef LED_ENABLE
   #include "uart.h"
-#endif
 
 void matrix_init_kb() {
   uart_init(9600);
 }
+#endif
 
 bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
 	// put your per-action keyboard code here