From b7e5f356a99c305b5959abb56595743aece48c97 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 19 Aug 2022 07:59:06 +0000 Subject: [PATCH] update en/device-dev/porting/porting-chip-board-hal.md. Signed-off-by: Austin --- en/device-dev/porting/porting-chip-board-hal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/porting/porting-chip-board-hal.md b/en/device-dev/porting/porting-chip-board-hal.md index f3bf12e1fe..d06c425d8c 100644 --- a/en/device-dev/porting/porting-chip-board-hal.md +++ b/en/device-dev/porting/porting-chip-board-hal.md @@ -20,7 +20,7 @@ The IoT peripheral subsystem provides dedicated peripheral operation interfaces **Description for HAL APIs of the IoT peripheral subsystem** -The SoC needs to implement related APIs. For details about the dependency of OpenHarmony on the chip peripheral APIs, see [HAL header files of IoT peripherals](https://gitee.com/openharmony/iothardware_peripheral/tree/master/interfaces/kits). +The SoC needs to implement related APIs. For details about the dependency of OpenHarmony on the chip peripheral APIs, see [HAL header files of IoT peripherals](https://gitee.com/openharmony/iothardware_peripheral/tree/master/interfaces/inner_api). ## WLAN -- GitLab