diff --git a/chip/g/rbox.c b/chip/g/rbox.c index 546003755a..6fb582dc90 100644 --- a/chip/g/rbox.c +++ b/chip/g/rbox.c @@ -72,4 +72,4 @@ void rbox_init(void) enable_interrupts(); #endif } -DECLARE_HOOK(HOOK_INIT, rbox_init, HOOK_PRIO_DEFAULT); +DECLARE_HOOK(HOOK_INIT, rbox_init, HOOK_PRIO_DEFAULT - 1);