未验证 提交 b5975cad 编写于 作者: 如果雨停了 提交者: Gitee

【OpenHarmony开源贡献者计划2022】 update zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md.

修改gn代码的格式
Signed-off-by: N如果雨停了 <bin.zeng@unionman.com.cn>
上级 efe85575
......@@ -344,13 +344,11 @@ vendor
module_name = get_path_info(rebase_path("."), "name")
hdf_driver("hdf_gpio") {
sources = [
"stm32mp1_gpio.c", ---gpio驱动源文件。
]
include_dirs = [ ---依赖的.h路径。
"." ,
"../stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc",
]
sources = [ "stm32mp1_gpio.c" ] ---gpio驱动源文件。
include_dirs = [ ---依赖的.h路径。
"." ,
"../stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc",
]
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册