git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1308 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-11-15 20:37:38 +00:00
parent 96b27529e2
commit b488811f14
1 changed files with 6 additions and 6 deletions

View File

@ -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;
/**