aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/split_scomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rev2/split_scomm.c')
-rw-r--r--keyboards/helix/rev2/split_scomm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/helix/rev2/split_scomm.c b/keyboards/helix/rev2/split_scomm.c
index ada786796..378781b98 100644
--- a/keyboards/helix/rev2/split_scomm.c
+++ b/keyboards/helix/rev2/split_scomm.c
@@ -5,10 +5,10 @@
5#include <stdbool.h> 5#include <stdbool.h>
6#include <stdint.h> 6#include <stdint.h>
7#include <stddef.h> 7#include <stddef.h>
8#include <split_scomm.h> 8#include "split_scomm.h"
9#include "serial.h" 9#include "serial.h"
10#ifdef CONSOLE_ENABLE 10#ifdef CONSOLE_ENABLE
11 #include <print.h> 11 #include "print.h"
12#endif 12#endif
13 13
14uint8_t volatile serial_slave_buffer[SERIAL_SLAVE_BUFFER_LENGTH] = {0}; 14uint8_t volatile serial_slave_buffer[SERIAL_SLAVE_BUFFER_LENGTH] = {0};