Merge pull request #28 from Flipper-Zero/core_restruct_sa

Core restruct sa
This commit is contained in:
core glitch 2020-08-19 11:25:16 +06:00 committed by GitHub
commit 6006a54e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2 additions and 2 deletions

View File

View File

0
core/furi.c Normal file
View File

0
core/furi.h Normal file
View File

View File

@ -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