fix: 优化了CMakeLists.txt文件的顺序,可读性更好

This commit is contained in:
2025-11-11 06:23:46 +08:00
parent a49d1df0d5
commit 34e3141604
3 changed files with 6 additions and 9 deletions

View File

@@ -9,9 +9,6 @@
#include "main.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
GPIO_TypeDef *port;