mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
boards/arm/stm32f4/stm32f401rc-rs485: fix compilation
fix compilation error Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
165e7cb1ab
commit
0a9cb6538c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue