mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
12 lines
277 B
Text
12 lines
277 B
Text
App(
|
|
appid="expansion_start",
|
|
apptype=FlipperAppType.STARTUP,
|
|
entry_point="expansion_on_system_start",
|
|
cdefines=["SRV_EXPANSION"],
|
|
sdk_headers=[
|
|
"expansion.h",
|
|
],
|
|
requires=["rpc_start"],
|
|
provides=["expansion_settings"],
|
|
order=150,
|
|
)
|