add usart(rs485)

This commit is contained in:
2024-12-30 22:59:49 +08:00
parent dbbeea4dc7
commit 88fc97d037
12 changed files with 97 additions and 69 deletions

View File

@@ -15,7 +15,6 @@ 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/peripheral.c
)
```
## 关于链接脚本