mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 13:25:12 +08:00
boards/arm/stm32f4/stm32f401rc-rs485: fix compilation
fix compilation error Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user