Added system llbr to main target

This commit is contained in:
jakeg00dwin 2024-12-06 22:09:50 -08:00
parent 0357b82201
commit 919cf61eec
1 changed files with 1 additions and 1 deletions

View File

@ -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
)