From 99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 7 Feb 2021 23:16:15 +0000 Subject: Migrate some tmk_core files to quantum (#11791) * Migrate some tmk_core files to quantum * Fix build errors --- tmk_core/protocol/arm_atsam/md_rgb_matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmk_core/protocol') diff --git a/tmk_core/protocol/arm_atsam/md_rgb_matrix.c b/tmk_core/protocol/arm_atsam/md_rgb_matrix.c index 439aaf8b38..0ea7e38395 100644 --- a/tmk_core/protocol/arm_atsam/md_rgb_matrix.c +++ b/tmk_core/protocol/arm_atsam/md_rgb_matrix.c @@ -16,7 +16,7 @@ along with this program. If not, see . */ #include "arm_atsam_protocol.h" -#include "tmk_core/common/led.h" +#include "led.h" #include "rgb_matrix.h" #include #include -- cgit v1.2.3