summaryrefslogtreecommitdiff
path: root/adc/stm32_adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'adc/stm32_adc.h')
-rw-r--r--adc/stm32_adc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/adc/stm32_adc.h b/adc/stm32_adc.h
index 6216581..d907956 100644
--- a/adc/stm32_adc.h
+++ b/adc/stm32_adc.h
@@ -68,6 +68,7 @@ struct STM32_ADC_COMMON_reg_v2_t {
volatile uint32_t CSR;
uint32_t _reserved1;
volatile uint32_t CCR;
+ volatile uint32_t CDR;
};
template <typename T>