From 6280196903418840f6ab4a2223fa0ea3de3e7bbf Mon Sep 17 00:00:00 2001 From: bigpumpkin Date: Fri, 14 May 2021 17:39:57 +0800 Subject: [PATCH] fix compile bug --- 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 9e4f539..82032e5 100755 --- a/app/iothardware/BUILD.gn +++ b/app/iothardware/BUILD.gn @@ -19,6 +19,6 @@ static_library("led_example") { include_dirs = [ "//utils/native/lite/include", "//kernel/liteos_m/components/cmsis/2.0", - "//base/iot_hardware/interfaces/kits/wifiiot_lite", + "//base/iot_hardware/peripheral/interfaces/kits", ] } -- GitLab