mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
9 lines
198 B
Text
9 lines
198 B
Text
App(
|
|
appid="rpc_start",
|
|
apptype=FlipperAppType.STARTUP,
|
|
entry_point="rpc_on_system_start",
|
|
cdefines=["SRV_RPC"],
|
|
requires=["cli"],
|
|
order=10,
|
|
sdk_headers=["rpc_app.h"],
|
|
)
|