summaryrefslogtreecommitdiff
path: root/board/cheza/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cheza/board.h')
-rw-r--r--board/cheza/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cheza/board.h b/board/cheza/board.h
index f9fd3bff62..4a2f186a70 100644
--- a/board/cheza/board.h
+++ b/board/cheza/board.h
@@ -147,7 +147,7 @@
/* PD */
#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 250000 /* us */
-#define PD_VCONN_SWAP_DELAY 5000 /* us */
+#define CONFIG_USBC_VCONN_SWAP_DELAY_US 5000 /* us */
#define PD_OPERATING_POWER_MW 15000
#define PD_MAX_POWER_MW ((PD_MAX_VOLTAGE_MV * PD_MAX_CURRENT_MA) / 1000)