Added system llbr to main target
This commit is contained in:
parent
0357b82201
commit
919cf61eec
|
@ -5,7 +5,6 @@ add_subdirectory(peripheral)
|
|||
add_subdirectory(system)
|
||||
add_subdirectory(startup)
|
||||
|
||||
|
||||
add_executable(main
|
||||
main.c
|
||||
ch32v20x_it.c
|
||||
|
@ -13,4 +12,5 @@ add_executable(main
|
|||
|
||||
target_link_libraries(main
|
||||
core_riscv
|
||||
system_ch32v20x
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue