From 51e40ef418936cbfe1c1cc4ecc7c8cd8d247530d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=A2=E7=A9=B9?= Date: Sun, 6 Jun 2021 12:02:59 +0800 Subject: [PATCH] fix compile bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 颢穹 --- app/iothardware/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/iothardware/BUILD.gn b/app/iothardware/BUILD.gn index 82032e5..fba5e4c 100755 --- a/app/iothardware/BUILD.gn +++ b/app/iothardware/BUILD.gn @@ -18,7 +18,7 @@ static_library("led_example") { include_dirs = [ "//utils/native/lite/include", - "//kernel/liteos_m/components/cmsis/2.0", + "//kernel/liteos_m/kal/cmsis", "//base/iot_hardware/peripheral/interfaces/kits", ] } -- GitLab