From 1b061fe27f0ff6fcdb3b6b9d36048e9dae0a153e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 10 Nov 2020 19:40:15 -0800 Subject: [PATCH] We no longer use that HIDAdaptor --- testing/makefiles/testcase.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/makefiles/testcase.mk b/testing/makefiles/testcase.mk index a47c1b91..b8673aa6 100644 --- a/testing/makefiles/testcase.mk +++ b/testing/makefiles/testcase.mk @@ -80,7 +80,6 @@ ${OBJ_DIR}/%.o: ${SRC_DIR}/%.cpp -I${top_dir} \ -I${top_dir}/src \ -I${bundle_path}/../../virtual/cores/arduino \ - -I${bundle_path}/Kaleidoscope-HIDAdaptor-KeyboardioHID/src \ -I${bundle_path}/KeyboardioHID/src \ -I${top_dir}/testing/googletest/googlemock/include \ -I${top_dir}/testing/googletest/googletest/include \