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

@@ -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"],
)