소스 검색

fix makefile

aanper 5 년 전
부모
커밋
5fbb0a8957
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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