aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/ADC/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/ADC/mcuconf.h')
-rw-r--r--testhal/STM32F4xx/ADC/mcuconf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/testhal/STM32F4xx/ADC/mcuconf.h b/testhal/STM32F4xx/ADC/mcuconf.h
index acb1183ed..e3f9b95db 100644
--- a/testhal/STM32F4xx/ADC/mcuconf.h
+++ b/testhal/STM32F4xx/ADC/mcuconf.h
@@ -19,7 +19,7 @@
*/
/*
- * STM32L1xx drivers configuration.
+ * STM32F4xx drivers configuration.
* The following settings override the default settings present in
* the various device driver implementation headers.
* Note that the settings for each driver only have effect if the whole
@@ -198,11 +198,3 @@
#define STM32_UART_USART2_DMA_PRIORITY 0
#define STM32_UART_USART3_DMA_PRIORITY 0
#define STM32_UART_DMA_ERROR_HOOK(uartp) chSysHalt()
-
-/*
- * USB driver system settings.
- */
-#define STM32_USB_USE_USB1 TRUE
-#define STM32_USB_LOW_POWER_ON_SUSPEND FALSE
-#define STM32_USB_USB1_HP_IRQ_PRIORITY 6
-#define STM32_USB_USB1_LP_IRQ_PRIORITY 14