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>
4 lines
105 B
CMake
4 lines
105 B
CMake
if(CONFIG_SOC_FAMILY_CH32V)
|
|
zephyr_include_directories(${ZEPHYR_HAL_WCH_MODULE_DIR}/ch32fun .)
|
|
endif()
|