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 c14bb32a43..eccf2f3d2f 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/>. #include <stdbool.h> #include <stdint.h> #include <stddef.h> -#include <split_scomm.h> +#include "split_scomm.h" #include "serial.h" #ifdef CONSOLE_ENABLE #include "debug.h" |