1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

more order changes

This commit is contained in:
MX
2025-04-08 17:50:30 +03:00
parent c77c2d2bb0
commit bdf2c4ce24
2 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ App(
entry_point="namechanger_on_system_start",
requires=["storage", "cli", "bt"],
conflicts=["updater"],
order=600,
)
order=1300,
)

View File

@@ -5,6 +5,6 @@ App(
entry_point="rgb_backlight_srv",
cdefines=["SRV_RGB_BACKLIGHT"],
stack_size=1 * 1024,
order=95,
order=1290,
sdk_headers=["rgb_backlight.h"],
)