From b488811f14f65a746ac9e0cdd8d392cd011517e6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 15 Nov 2009 20:37:38 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1308 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/io/platforms/STM32/adc_lld.h | 12 ++++++------ 1 file 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; /**