diff options
author | Ryan <fauxpark@gmail.com> | 2021-12-16 01:25:32 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 14:25:32 +0000 |
commit | 9d0b14500754eb8cb60a347f16f854f9d277604f (patch) | |
tree | 7cbebecf577eb0cf76ad25bd83f2a608bc4d5c4a /keyboards | |
parent | c12268807d8622a05dc445e6101a575eae16860d (diff) | |
download | qmk_firmware-9d0b14500754eb8cb60a347f16f854f9d277604f.tar.gz qmk_firmware-9d0b14500754eb8cb60a347f16f854f9d277604f.zip |
Fix build failure for UT47 (#15483)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/40percentclub/ut47/ut47.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/40percentclub/ut47/ut47.c b/keyboards/40percentclub/ut47/ut47.c index c01562cb68..864edaeb57 100644 --- a/keyboards/40percentclub/ut47/ut47.c +++ b/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 |