From 078767533200681d5645b58d7fe0acb980d48e13 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sun, 19 Aug 2018 11:43:47 +0000 Subject: [PATCH] st32l1: adc: there is no adc_chan_vbat on L1x. --- include/libopencm3/stm32/l1/adc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libopencm3/stm32/l1/adc.h b/include/libopencm3/stm32/l1/adc.h index 5c2bf31c..98cc6902 100644 --- a/include/libopencm3/stm32/l1/adc.h +++ b/include/libopencm3/stm32/l1/adc.h @@ -97,7 +97,6 @@ LGPL License Terms @ref lgpl_license *@{*/ #define ADC_CHANNEL_TEMP ADC_CHANNEL16 #define ADC_CHANNEL_VREF ADC_CHANNEL17 -#define ADC_CHANNEL_VBAT ADC_CHANNEL18 /**@}*/ /* --- ADC_SR values ------------------------------------------------------- */