From 664f5de68767ebb07417be0f7ca69c030cc10c37 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Dec 2020 14:27:23 +1100 Subject: Normalise include statements in keyboard code (#11185) --- tmk_core/protocol/chibios/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmk_core/protocol/chibios/main.c') diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index aaadefd8d2..5c27a8c6a0 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c @@ -31,7 +31,7 @@ #include "led.h" #include "sendchar.h" #include "debug.h" -#include "printf.h" +#include "print.h" #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP // Change this to be TRUE once we've migrated keyboards to the new init system -- cgit v1.2.3