mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
App(
|
|
appid="rgb_backlight",
|
|
name="RgbBackLightSrv",
|
|
apptype=FlipperAppType.SERVICE,
|
|
entry_point="rgb_backlight_srv",
|
|
cdefines=["SRV_RGB_BACKLIGHT"],
|
|
stack_size=1 * 1024,
|
|
order=1290,
|
|
sdk_headers=["rgb_backlight.h"],
|
|
)
|