mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
|
|
App(
|
||
|
|
appid="input",
|
||
|
|
name="InputSrv",
|
||
|
|
apptype=FlipperAppType.SERVICE,
|
||
|
|
entry_point="input_srv",
|
||
|
|
cdefines=["SRV_INPUT"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
order=80,
|
||
|
|
)
|