mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
9 lines
171 B
Text
9 lines
171 B
Text
App(
|
|
appid="cli",
|
|
name="CliSrv",
|
|
apptype=FlipperAppType.SERVICE,
|
|
entry_point="cli_srv",
|
|
cdefines=["SRV_CLI"],
|
|
stack_size=4 * 1024,
|
|
order=30,
|
|
)
|