Sfoglia il codice sorgente

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

Anatoliy Chigirinskiy 1 anno fa
parent
commit
24ea0fc427
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)