mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
* unit_tests: clear startup order * fam: ensure unique STARTUP order * fbt: warn on same .order values within a group leading to non-determinitic builds * fbt: better formatting for app order warning --------- Co-authored-by: hedger <hedger@nanode.su>
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
App(
|
|
appid="cli_crypto",
|
|
targets=["f7"],
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="cli_crypto_ep",
|
|
requires=["cli"],
|
|
sources=["crypto_cli.c"],
|
|
)
|