aanper 5 anni fa
parent
commit
5fbb0a8957
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      target_lo/Makefile

+ 2 - 2
target_lo/Makefile

@@ -23,9 +23,9 @@ BUILD_DIR = build
 C_SOURCES =  \
 Src/main.c
 
-CPP_SOURCES = ../app/app.cpp
+CPP_SOURCES = ../core/app.cpp
 
-C_SOURCES += ../app/write.c
+C_SOURCES += ../core/write.c
 C_SOURCES += Src/flipper_hal.c
 C_SOURCES += Src/lo_os.c
 C_SOURCES += Src/lo_hal.c