Parcourir la source

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

Anatoliy Chigirinskiy il y a 1 an
Parent
commit
24ea0fc427
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)