summaryrefslogtreecommitdiff
path: root/common/flash_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/flash_log.c')
-rw-r--r--common/flash_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flash_log.c b/common/flash_log.c
index 798f48a2a6..927c7ac3f7 100644
--- a/common/flash_log.c
+++ b/common/flash_log.c
@@ -486,7 +486,7 @@ test_export_static void flash_log_init(void)
}
flash_log_write_disable();
}
-DECLARE_HOOK(HOOK_INIT, flash_log_init, HOOK_PRIO_DEFAULT);
+DECLARE_HOOK(HOOK_INIT, flash_log_init, HOOK_PRIO_INIT_CR50_BOARD - 1);
uint32_t flash_log_get_tstamp(void)
{