From 9654eaec8bbf30d07d99d9eb53064436befbde87 Mon Sep 17 00:00:00 2001 From: Taylor Yu Date: Thu, 14 Dec 2023 20:15:47 -0600 Subject: [PATCH] testing: update one more KeyboardioHID location Signed-off-by: Taylor Yu --- testing/makefiles/shared.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/makefiles/shared.mk b/testing/makefiles/shared.mk index 186c9712b0..b31ea3a0ec 100644 --- a/testing/makefiles/shared.mk +++ b/testing/makefiles/shared.mk @@ -16,7 +16,7 @@ shared_includes := \ -I${top_dir}/src \ -I${top_dir}/plugins/Kaleidoscope-Hardware-Keyboardio-Model01/src \ -I${arduino_platform_path}/cores/keyboardio \ - -I${arduino_platform_path}/libraries/KeyboardioHID/src \ + -I${top_dir}/plugins/KeyboardioHID/src \ -I${top_dir}/testing/googletest/googlemock/include \ -I${top_dir}/testing/googletest/googletest/include \