This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 0a9cb6538c8125b25864877eeca52c7fbc9a0a4d
Author: raiden00pl <[email protected]>
AuthorDate: Sun May 31 10:49:16 2026 +0200

    boards/arm/stm32f4/stm32f401rc-rs485: fix compilation
    
    fix compilation error
    
    Signed-off-by: raiden00pl <[email protected]>
---
 boards/arm/stm32/stm32f401rc-rs485/src/stm32_adc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boards/arm/stm32/stm32f401rc-rs485/src/stm32_adc.c 
b/boards/arm/stm32/stm32f401rc-rs485/src/stm32_adc.c
index a8a60d7a591..a31a7a7174a 100644
--- a/boards/arm/stm32/stm32f401rc-rs485/src/stm32_adc.c
+++ b/boards/arm/stm32/stm32f401rc-rs485/src/stm32_adc.c
@@ -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
 };
 
 /****************************************************************************

Reply via email to