diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/io/platforms/STM32/adc_lld.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/os/io/platforms/STM32/adc_lld.h b/os/io/platforms/STM32/adc_lld.h index e1aa82b54..7f1fe2065 100644 --- a/os/io/platforms/STM32/adc_lld.h +++ b/os/io/platforms/STM32/adc_lld.h @@ -66,12 +66,6 @@ typedef struct { * @brief Number of the analog channels belonging to the conversion group. */
adc_channels_num_t acg_num_channels;
-} ADCConversionGroup;
-
-/**
- * @brief Driver configuration structure.
- */
-typedef struct {
/**
* @brief ADC CR1 register initialization data.
*/
@@ -100,6 +94,12 @@ typedef struct { * @brief ADC SQR3 register initialization data.
*/
uint32_t ac_sqr3;
+} ADCConversionGroup;
+
+/**
+ * @brief Driver configuration structure.
+ */
+typedef struct {
} ADCConfig;
/**
|