We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bce34 commit 6b625efCopy full SHA for 6b625ef
variants/RUMBA32_F446VE/PeripheralPins.c
@@ -349,4 +349,10 @@ const PinMap PinMap_USB_OTG_FS[] = {
349
};
350
#endif
351
352
+#ifdef HAL_PCD_MODULE_ENABLED
353
+const PinMap PinMap_USB_OTG_HS[] = {
354
+ {NC, NP, 0}
355
+};
356
+#endif
357
+
358
variants/RUMBA32_F446VE/stm32f4xx_hal_conf.h
@@ -87,8 +87,8 @@
87
/* #define HAL_SMARTCARD_MODULE_ENABLED */
88
/* #define HAL_WWDG_MODULE_ENABLED */
89
#define HAL_CORTEX_MODULE_ENABLED
90
-#define HAL_PCD_MODULE_ENABLED
91
-#define HAL_HCD_MODULE_ENABLED
+/* #define HAL_PCD_MODULE_ENABLED */
+/* #define HAL_HCD_MODULE_ENABLED */
92
/* #define HAL_FMPI2C_MODULE_ENABLED */
93
/* #define HAL_SPDIFRX_MODULE_ENABLED */
94
/* #define HAL_DFSDM_MODULE_ENABLED */
0 commit comments