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