Browse Source

Added tSinkRequest to pd.h

Clara Hobbs 7 years ago
parent
commit
7ad99cb567
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pd.h

+ 2
- 2
src/pd.h View File

@@ -213,9 +213,9 @@
213 213
 #define PD_T_HARD_RESET_COMPLETE MS2ST(4)
214 214
 #define PD_T_PS_TRANSITION MS2ST(500)
215 215
 #define PD_T_SENDER_RESPONSE MS2ST(27)
216
+#define PD_T_SINK_REQUEST MS2ST(100)
216 217
 #define PD_T_TYPEC_SINK_WAIT_CAP MS2ST(465)
217
-/* This is actually a Type-C time value, not a Power Delivery time value, but
218
- * who cares? */
218
+/* This is actually from Type-C, not Power Delivery, but who cares? */
219 219
 #define PD_T_PD_DEBOUNCE MS2ST(15)
220 220
 
221 221
 

Loading…
Cancel
Save