From 0cabbd8b24983749128c4ff34e862e1c9bf12479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=BF=E8=81=94?= Date: Mon, 5 Jul 2021 08:40:34 +0000 Subject: [PATCH] update app/iothardware/BUILD.gn. --- 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", ] } -- Gitee