summaryrefslogtreecommitdiff
path: root/board/redrix/usbc_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/redrix/usbc_config.c')
-rw-r--r--board/redrix/usbc_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/redrix/usbc_config.c b/board/redrix/usbc_config.c
index 906147a696..f0f39b6d87 100644
--- a/board/redrix/usbc_config.c
+++ b/board/redrix/usbc_config.c
@@ -197,8 +197,8 @@ void board_reset_pd_mcu(void)
nct38xx_reset_notify(USBC_PORT_C1);
/* wait for chips to come up */
- if (NCT38XX_RESET_POST_DELAY_MS != 0)
- msleep(NCT38XX_RESET_POST_DELAY_MS);
+ if (NCT3807_RESET_POST_DELAY_MS != 0)
+ msleep(NCT3807_RESET_POST_DELAY_MS);
}
static void board_tcpc_init(void)