We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aafc22 commit 58d2483Copy full SHA for 58d2483
variants/board_template/variant.h
@@ -157,6 +157,11 @@ extern "C" {
157
// SD Read/Write timeout, default value defined in STM32SD library
158
//#define SD_DATATIMEOUT x
159
160
+// USB Vbus sensing. Require to have Vbus pin connected to Vbus signal.
161
+// Warning, pin is different depending on FullSpeed or High Speed mode used
162
+// See AN4879 https://www.st.com/content/st_com/en/search.html#q=AN4879-t=resources-page=1
163
+//#define USBD_VBUS_DETECTION_ENABLE
164
+
165
#ifdef __cplusplus
166
} // extern "C"
167
#endif
0 commit comments