summaryrefslogtreecommitdiff
path: root/board/sasuke/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/sasuke/board.h')
-rw-r--r--board/sasuke/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sasuke/board.h b/board/sasuke/board.h
index 34ca54800d..2a69fcfe17 100644
--- a/board/sasuke/board.h
+++ b/board/sasuke/board.h
@@ -82,11 +82,11 @@
#undef PD_POWER_SUPPLY_TURN_ON_DELAY
#undef PD_POWER_SUPPLY_TURN_OFF_DELAY
-#undef PD_VCONN_SWAP_DELAY
+#undef CONFIG_USBC_VCONN_SWAP_DELAY_US
/* 20% margin added for these timings */
#define PD_POWER_SUPPLY_TURN_ON_DELAY 13080 /* us */
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 16080 /* us */
-#define PD_VCONN_SWAP_DELAY 787 /* us */
+#define CONFIG_USBC_VCONN_SWAP_DELAY_US 787 /* us */
/* USB Type A Features */
#define USB_PORT_COUNT 1