|
@@ -33,7 +33,7 @@ extern "C" {
|
|
|
#include "f1/tim_config.h"
|
|
|
#include "f1/sdio_config.h"
|
|
|
#include "f1/pwm_config.h"
|
|
|
-#include "f1/usbd_fs_config.h"
|
|
|
+#include "f1/usbd_config.h"
|
|
|
#include "f1/pulse_encoder_config.h"
|
|
|
#elif defined(SOC_SERIES_STM32F2)
|
|
|
#include "f2/dma_config.h"
|
|
@@ -48,7 +48,7 @@ extern "C" {
|
|
|
#include "f4/uart_config.h"
|
|
|
#include "f4/spi_config.h"
|
|
|
#include "f4/qspi_config.h"
|
|
|
-#include "f4/usbd_fs_config.h"
|
|
|
+#include "f4/usbd_config.h"
|
|
|
#include "f4/adc_config.h"
|
|
|
#include "f4/tim_config.h"
|
|
|
#include "f4/sdio_config.h"
|
|
@@ -75,7 +75,7 @@ extern "C" {
|
|
|
#include "l4/tim_config.h"
|
|
|
#include "l4/sdio_config.h"
|
|
|
#include "l4/pwm_config.h"
|
|
|
-#include "l4/usbd_fs_config.h"
|
|
|
+#include "l4/usbd_config.h"
|
|
|
#elif defined(SOC_SERIES_STM32G0)
|
|
|
#include "g0/dma_config.h"
|
|
|
#include "g0/uart_config.h"
|
|
@@ -88,7 +88,7 @@ extern "C" {
|
|
|
#include "g4/uart_config.h"
|
|
|
#include "g4/spi_config.h"
|
|
|
#include "g4/qspi_config.h"
|
|
|
-#include "g4/usbd_fs_config.h"
|
|
|
+#include "g4/usbd_config.h"
|
|
|
#include "g4/adc_config.h"
|
|
|
#include "g4/tim_config.h"
|
|
|
#include "g4/sdio_config.h"
|
|
@@ -103,6 +103,7 @@ extern "C" {
|
|
|
#include "h7/tim_config.h"
|
|
|
#include "h7/sdio_config.h"
|
|
|
#include "h7/pwm_config.h"
|
|
|
+#include "h7/usbd_config.h"
|
|
|
#endif
|
|
|
|
|
|
#ifdef __cplusplus
|