summaryrefslogtreecommitdiff
path: root/board/ambassador/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ambassador/board.c')
-rw-r--r--board/ambassador/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ambassador/board.c b/board/ambassador/board.c
index a5abbaa130..5cf319bc79 100644
--- a/board/ambassador/board.c
+++ b/board/ambassador/board.c
@@ -237,7 +237,7 @@ static void adp_state_init(void)
/* Report charge state from the barrel jack. */
adp_connect_deferred();
}
-DECLARE_HOOK(HOOK_INIT, adp_state_init, HOOK_PRIO_CHARGE_MANAGER_INIT + 1);
+DECLARE_HOOK(HOOK_INIT, adp_state_init, HOOK_PRIO_INIT_CHARGE_MANAGER + 1);
#include "gpio_list.h" /* Must come after other header files. */