Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2018-08-19 14:43:47 +0300
committerKarl Palsson <karlp@tweak.net.au>2018-08-20 02:26:04 +0300
commit078767533200681d5645b58d7fe0acb980d48e13 (patch)
tree5cfe879b88d80ade669c461a64b7236d6f855402
parente5b8a164a68cbd6bd566436e0de4c9082ef0a270 (diff)
st32l1: adc: there is no adc_chan_vbat on L1x.
-rw-r--r--include/libopencm3/stm32/l1/adc.h1
1 files changed, 0 insertions, 1 deletions
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 ------------------------------------------------------- */