Skip to content

Commit f0ca228

Browse files
committed
bsp: ch58x fix typo FAMILY_MCUS CH582 to CH58X
1 parent 9837c71 commit f0ca228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hw/bsp/ch58x/family.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/boards/${BOARD}/board.cmake)
1010
set(CMAKE_SYSTEM_CPU rv32imac-ilp32 CACHE INTERNAL "System Processor")
1111
set(CMAKE_TOOLCHAIN_FILE ${TOP}/examples/build_system/cmake/toolchain/riscv_${TOOLCHAIN}.cmake)
1212

13-
set(FAMILY_MCUS CH582 CACHE INTERNAL "")
13+
set(FAMILY_MCUS CH58X CACHE INTERNAL "")
1414
set(OPENOCD_OPTION "-f ${CMAKE_CURRENT_LIST_DIR}/wch-riscv.cfg")
1515

1616
#------------------------------------

0 commit comments

Comments
 (0)