boards/arm/stm32f4/stm32f401rc-rs485: fix compilation

fix compilation error

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl 2026-05-31 10:49:16 +02:00 committed by Alan C. Assis
parent 165e7cb1ab
commit 0a9cb6538c

View file

@ -66,8 +66,8 @@ static const uint8_t g_adc1_chanlist[ADC1_NCHANNELS] =
static const uint32_t g_adc1_pinlist[ADC1_NCHANNELS] =
{
GPIO_ADC\1_IN\2_0,
GPIO_ADC\1_IN\2_0
GPIO_ADC1_IN0_0,
GPIO_ADC1_IN4_0
};
/****************************************************************************