wc bldc control board blink

This commit is contained in:
2024-09-21 01:05:29 +08:00
parent 4e5944699b
commit ba3209550e
6 changed files with 53 additions and 38 deletions

View File

@@ -18,6 +18,7 @@ set(TARGET_C_SRC
${CMAKE_SOURCE_DIR}/src/main.c
${CMAKE_SOURCE_DIR}/src/gd32e23x_it.c
${CMAKE_SOURCE_DIR}/src/systick.c
${CMAKE_SOURCE_DIR}/src/wc_bldc_control.c
)
add_executable(gd32e23_template ${TARGET_C_SRC})