mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 11:51:48 +03: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,
|
|
)
|