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.
This commit is contained in:
parent
dbc2d23405
commit
006771699f
|
@ -532,7 +532,6 @@ list(APPEND RECOVERY_SOURCE_FILES
|
|||
systemtask/SystemTask.cpp
|
||||
drivers/TwiMaster.cpp
|
||||
components/gfx/Gfx.cpp
|
||||
displayapp/icons/infinitime/infinitime-nb.c
|
||||
components/rle/RleDecoder.cpp
|
||||
components/heartrate/HeartRateController.cpp
|
||||
heartratetask/HeartRateTask.cpp
|
||||
|
@ -559,7 +558,6 @@ list(APPEND RECOVERYLOADER_SOURCE_FILES
|
|||
drivers/St7789.cpp
|
||||
components/brightness/BrightnessController.cpp
|
||||
|
||||
displayapp/icons/infinitime/infinitime-nb.c
|
||||
recoveryLoader.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue