stm32f1: fix ADC pin list

For some reason, the upper two pin definitions were missing. Found while
writing the port documentation.

Signed-off-by: Grigori Goronzy <greg@chown.ath.cx>
This commit is contained in:
Grigori Goronzy 2018-06-27 21:46:17 +02:00 committed by KevinOConnor
parent eb02043943
commit 6078145dcd
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ static const uint8_t adc_pins[] = {
GPIO('A', 0), GPIO('A', 1), GPIO('A', 2), GPIO('A', 3),
GPIO('A', 4), GPIO('A', 5), GPIO('A', 6), GPIO('A', 7),
GPIO('B', 0), GPIO('B', 1), GPIO('C', 0), GPIO('C', 1),
GPIO('C', 2), GPIO('C', 3)
GPIO('C', 2), GPIO('C', 3), GPIO('C', 4), GPIO('C', 5)
};
static const uint32_t adc_channels[] = {