From e8faeac8b5624cc3ef31245235266823e22eb865 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 5 Sep 2022 07:47:58 +0000 Subject: [PATCH] update en/device-dev/porting/porting-asr582x-combo-demo.md. Signed-off-by: Austin --- en/device-dev/porting/porting-asr582x-combo-demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/porting/porting-asr582x-combo-demo.md b/en/device-dev/porting/porting-asr582x-combo-demo.md index 7f6dbeca13..2f52ef66c3 100644 --- a/en/device-dev/porting/porting-asr582x-combo-demo.md +++ b/en/device-dev/porting/porting-asr582x-combo-demo.md @@ -358,7 +358,7 @@ In addition, you need to add the hardware configuration description file of the #### GPIO Adaptation -1. The chip driver adaptation file is stored in the `//drivers/adapter/platform` directory. Add the `gpio_asr.c` and `gpio_asr.h` files to the `gpio` directory, and add the compilation conditions of the new driver file to `BUILD.gn`. +1. The chip driver adaptation file is stored in the `//drivers/hdf_core/adapter/platform` directory. Add the `gpio_asr.c` file to the `gpio` directory, and add the compilation conditions of the new driver file to `BUILD.gn`. ``` if (defined(LOSCFG_SOC_COMPANY_ASRMICRO)) { -- GitLab