Przeglądaj źródła

Merge pull request #28 from Flipper-Zero/core_restruct_sa

Core restruct sa
core glitch 5 lat temu
rodzic
commit
6006a54e26

+ 0 - 0
applications/furi_test/furi_test.c


+ 0 - 0
applications/furi_test/furi_test.h


+ 0 - 0
app/app.cpp → core/app.cpp


+ 0 - 0
app/flipper.h → core/flipper.h


+ 0 - 0
core/furi.c


+ 0 - 0
core/furi.h


+ 0 - 0
app/write.c → core/write.c


+ 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