Skip to content

Commit

Permalink
Fix build failure for UT47 (#15483)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Dec 15, 2021
1 parent c122688 commit 9d0b145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/40percentclub/ut47/ut47.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d0b145

Please sign in to comment.