Преглед изворни кода

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

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)