From 7bd0f4097bdff3d2ccbd02bb282fb95b4e7acdf5 Mon Sep 17 00:00:00 2001 From: neoxic Date: Thu, 2 Feb 2023 21:28:59 +0000 Subject: [PATCH] stm32g0:adc: drop non-existant ADC_OR register Reviewed-by: Karl Palsson --- include/libopencm3/stm32/g0/adc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/libopencm3/stm32/g0/adc.h b/include/libopencm3/stm32/g0/adc.h index b241024d..296f4e9d 100644 --- a/include/libopencm3/stm32/g0/adc.h +++ b/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 -------------------------------------------------------*/