mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
FBT: Fix duplicate order warning
This commit is contained in:
@@ -20,5 +20,5 @@ App(
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="findmy_startup",
|
||||
sources=["findmy_startup.c", "findmy_state.c"],
|
||||
order=1000,
|
||||
order=1210,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user