mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 11:21:39 +03:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
|
App(
|
||
|
appid="locale",
|
||
|
name="LocaleSrv",
|
||
|
apptype=FlipperAppType.STARTUP,
|
||
|
entry_point="locale_on_system_start",
|
||
|
cdefines=["SRV_LOCALE"],
|
||
|
order=90,
|
||
|
sdk_headers=["locale.h"],
|
||
|
)
|