9 lines
147 B
Text
9 lines
147 B
Text
|
if(CONFIG_HAS_CH32V00X_HAL)
|
||
|
zephyr_include_directories(
|
||
|
ch32v00x
|
||
|
ch32v00x/Peripheral/inc
|
||
|
ch32v00x/Core
|
||
|
ch32v00x/User
|
||
|
)
|
||
|
endif()
|