Browse Source

Fix build failure for UT47 (#15483)

Ryan 3 years ago
parent
commit
9d0b145007
1 changed files with 1 additions and 1 deletions
  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