Browse Source

stm32g0:adc: drop non-existant ADC_OR register

Reviewed-by: Karl Palsson <karlp@tweak.au>
pull/1463/head
neoxic 2 years ago
committed by Karl Palsson
parent
commit
7bd0f4097b
  1. 3
      include/libopencm3/stm32/g0/adc.h

3
include/libopencm3/stm32/g0/adc.h

@ -64,9 +64,6 @@
/** ADC_CALFACT Calibration factor register */
#define ADC_CALFACT(adc) MMIO32((adc) + 0xB4)
/** ADC_OR Option register */
#define ADC_OR(adc) MMIO32((adc) + 0xD0)
/**@}*/
/* --- Register values -------------------------------------------------------*/

Loading…
Cancel
Save