mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
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"],
|
|
)
|