Kaynağa Gözat

修改文件位置

xuxinyi 1 ay önce
ebeveyn
işleme
cdffb5c580
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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/Src/application.c
         Core/Inc/application.h
-        Core/Inc/Global.c
+        Core/Src/Global.c
         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.
 //
 
-#include "Global.h"
+#include "../Inc/Global.h"