diff options
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], |