xiaoxiang781216 opened a new issue #3302:
URL: https://github.com/apache/incubator-nuttx/issues/3302


   ```
   In file included from board/stm32_bringup.c:32:
   board/nucleo-f412zg.h:92: warning: "GPIO_OTGFS_VBUS" redefined
      92 | #define GPIO_OTGFS_VBUS   (GPIO_INPUT|GPIO_FLOAT|GPIO_SPEED_100MHz|\
         | 
   In file included from 
/github/workspace/sources/nuttx/arch/arm/src/chip/hardware/stm32_pinmap.h:118,
                    from 
/github/workspace/sources/nuttx/arch/arm/src/chip/chip.h:44,
                    from 
/github/workspace/sources/nuttx/arch/arm/src/chip/stm32.h:37,
                    from board/stm32_bringup.c:31:
   
/github/workspace/sources/nuttx/arch/arm/src/chip/hardware/stm32f412xx_pinmap.h:463:
 note: this is the location of the previous definition
     463 | #define GPIO_OTGFS_VBUS (GPIO_ALT | GPIO_FLOAT  | GPIO_AF10 | 
GPIO_SPEED_100MHz | GPIO_PUSHPULL  | GPIO_PORTA | GPIO_PIN9)
         | 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to