diff options
Diffstat (limited to 'keyboards/crkbd/rev1/legacy/split_scomm.c')
-rw-r--r-- | keyboards/crkbd/rev1/legacy/split_scomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/crkbd/rev1/legacy/split_scomm.c b/keyboards/crkbd/rev1/legacy/split_scomm.c index c14bb32a4..eccf2f3d2 100644 --- a/keyboards/crkbd/rev1/legacy/split_scomm.c +++ b/keyboards/crkbd/rev1/legacy/split_scomm.c | |||
@@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
23 | #include <stdbool.h> | 23 | #include <stdbool.h> |
24 | #include <stdint.h> | 24 | #include <stdint.h> |
25 | #include <stddef.h> | 25 | #include <stddef.h> |
26 | #include <split_scomm.h> | 26 | #include "split_scomm.h" |
27 | #include "serial.h" | 27 | #include "serial.h" |
28 | #ifdef CONSOLE_ENABLE | 28 | #ifdef CONSOLE_ENABLE |
29 | #include "debug.h" | 29 | #include "debug.h" |