diff options
Diffstat (limited to 'testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h b/testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h index 3468f7e92..4256fca85 100644 --- a/testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h +++ b/testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h @@ -15,7 +15,7 @@ */
/*
- * STM32F30x drivers configuration.
+ * STM32F3xx 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
@@ -28,7 +28,7 @@ * 0...3 Lowest...Highest.
*/
-#define STM32F30x_MCUCONF
+#define STM32F3xx_MCUCONF
/*
* HAL driver system settings.
|