From 020711f48f66662af6e1294cf97421f809edb274 Mon Sep 17 00:00:00 2001 From: zgit2021 Date: Tue, 19 Jul 2022 16:18:32 +0800 Subject: [PATCH] modifying the directory of iothardware_peripheral repository Signed-off-by: zgit2021 Change-Id: I261a260463a62375232d6ec478d2b2e44f699aa6 --- 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 d534403..564f1ec 100644 --- a/app/iothardware/BUILD.gn +++ b/app/iothardware/BUILD.gn @@ -17,6 +17,6 @@ static_library("led_example") { include_dirs = [ "//utils/native/lite/include", "//kernel/liteos_m/kal/cmsis", - "//base/iot_hardware/peripheral/interfaces/kits", + "//base/iothardware/peripheral/interfaces/inner_api", ] } -- Gitee