Browse Source

修改文件位置

xuxinyi 1 month ago
parent
commit
cdffb5c580
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CMakeLists.txt
  2. 1 1
      Core/Src/Global.c

+ 1 - 1
CMakeLists.txt

@@ -43,7 +43,7 @@ add_executable(${CMAKE_PROJECT_NAME}
         Core/Inc/ring_buffer.h
         Core/Inc/ring_buffer.h
         Core/Src/application.c
         Core/Src/application.c
         Core/Inc/application.h
         Core/Inc/application.h
-        Core/Inc/Global.c
+        Core/Src/Global.c
         Core/Inc/Global.h
         Core/Inc/Global.h
 )
 )
 
 

+ 1 - 1
Core/Inc/Global.c → Core/Src/Global.c

@@ -2,4 +2,4 @@
 // Created by EDZ on 25-10-8.
 // Created by EDZ on 25-10-8.
 //
 //
 
 
-#include "Global.h"
+#include "../Inc/Global.h"