summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 521c29a05b..bfcb4070b0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4484,9 +4484,10 @@
/*
* The amount of time in microseconds that the board takes to turn VCONN on or
- * off after being directed to do so. Typically a property of the PPC.
+ * off after being directed to do so. Typically a property of the PPC. Default
+ * to 5 ms.
*/
-#undef CONFIG_USBC_VCONN_SWAP_DELAY_US
+#define CONFIG_USBC_VCONN_SWAP_DELAY_US 5000
/* USB Binary device Object Store support */
#undef CONFIG_USB_BOS