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