Browse Source
Update hal_wch. As the hal upstream changed name, there is now a name conflict. Rename ch32fun.h to hal_ch32fun.h to fix this conflict. Signed-off-by: Miguel Gazquez <miguel.gazquez@bootlin.com>pull/90439/head
10 changed files with 13 additions and 13 deletions
@ -1,3 +1,3 @@ |
|||||||
if(CONFIG_SOC_FAMILY_CH32V) |
if(CONFIG_SOC_FAMILY_CH32V) |
||||||
zephyr_include_directories(${ZEPHYR_HAL_WCH_MODULE_DIR}/ch32v003fun .) |
zephyr_include_directories(${ZEPHYR_HAL_WCH_MODULE_DIR}/ch32fun .) |
||||||
endif() |
endif() |
||||||
|
Loading…
Reference in new issue