Skip to content

Commit 0067716

Browse files
jonvmeyJF002
authored andcommitted
Remove infinitime-nb.c from source list
Was causing compiler warning for unused constant variable when being compiled. This feel is directly included where it's needed so it doesn't need to be separately compiled anyways.
1 parent dbc2d23 commit 0067716

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ list(APPEND RECOVERY_SOURCE_FILES
532532
systemtask/SystemTask.cpp
533533
drivers/TwiMaster.cpp
534534
components/gfx/Gfx.cpp
535-
displayapp/icons/infinitime/infinitime-nb.c
536535
components/rle/RleDecoder.cpp
537536
components/heartrate/HeartRateController.cpp
538537
heartratetask/HeartRateTask.cpp
@@ -559,7 +558,6 @@ list(APPEND RECOVERYLOADER_SOURCE_FILES
559558
drivers/St7789.cpp
560559
components/brightness/BrightnessController.cpp
561560

562-
displayapp/icons/infinitime/infinitime-nb.c
563561
recoveryLoader.cpp
564562
)
565563

0 commit comments

Comments
 (0)