alexeyk13 / rexos

RExOS - Realtime Exokernel Operating System
GNU Lesser General Public License v3.0
98 stars 20 forks source link

Double declaration of STM32_ADC_VREF for STM32L0 #22

Closed dimka-rs closed 6 years ago

dimka-rs commented 6 years ago

./userspace/stm32/stm32_driver.h:

315 #ifdef STM32L0
316     STM32_ADC_VLCD,
317     STM32_ADC_VREF,
318 #endif //STM32L0
319     STM32_ADC_TEMP,
320     STM32_ADC_VREF,

if STM32L0 is defined, STM32_ADC_VREF is declared twice

alexeyk13 commented 6 years ago

fixed