瀏覽代碼

Исправление опечатки

Anatoliy Chigirinskiy 1 年之前
父節點
當前提交
24ea0fc427
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -7,7 +7,7 @@ add_executable(TMSG44_CoolPi command.c main.c
         Devices/lmx2594.c
         Devices/dac8811.c
         Devices/max2870.c
-        /Devices/pe43711.c
+        Devices/pe43711.c
         Devices/tmsgheaders.c)
 
 target_link_libraries(TMSG44_CoolPi m)