mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-02 09:19:18 +00:00
13 lines
276 B
Text
13 lines
276 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=10,
|
||
|
)
|