diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-27 17:42:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 17:42:49 +1100 |
commit | 30b46fad5764b54ab4d47e9c4024f8030e1bf1a7 (patch) | |
tree | 9a9aa60158edf5adea802e33ee2db2ba4164145a /keyboards/nullbitsco/nibble/remote_kb.c | |
parent | be897cbc2f9d542dfcc98c8e06aeb04179cc484c (diff) | |
download | qmk_firmware-30b46fad5764b54ab4d47e9c4024f8030e1bf1a7.tar.gz qmk_firmware-30b46fad5764b54ab4d47e9c4024f8030e1bf1a7.zip |
UART driver refactor (#11637)
Diffstat (limited to 'keyboards/nullbitsco/nibble/remote_kb.c')
-rw-r--r-- | keyboards/nullbitsco/nibble/remote_kb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/nullbitsco/nibble/remote_kb.c b/keyboards/nullbitsco/nibble/remote_kb.c index 2e36f5f22..7a914993f 100644 --- a/keyboards/nullbitsco/nibble/remote_kb.c +++ b/keyboards/nullbitsco/nibble/remote_kb.c | |||
@@ -27,6 +27,7 @@ This will require a new communication protocol, as the current one is limited. | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include "remote_kb.h" | 29 | #include "remote_kb.h" |
30 | #include "uart.h" | ||
30 | 31 | ||
31 | uint8_t | 32 | uint8_t |
32 | msg[UART_MSG_LEN], | 33 | msg[UART_MSG_LEN], |