mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
correct comments
This commit is contained in:
@@ -60,9 +60,10 @@ __BEGIN_DECLS
|
|||||||
****************************************************************************************************/
|
****************************************************************************************************/
|
||||||
/* Configuration ************************************************************************************/
|
/* Configuration ************************************************************************************/
|
||||||
|
|
||||||
/* PX4FMU GPIOs ***********************************************************************************/
|
/* PX4-STM32F4Discovery GPIOs ***********************************************************************************/
|
||||||
/* LEDs */
|
|
||||||
/* LEDs */
|
/* LEDs */
|
||||||
|
// LED1 green, LED2 orange, LED3 red, LED4 blue
|
||||||
|
|
||||||
|
|
||||||
#define GPIO_LED1 (GPIO_OUTPUT|GPIO_PUSHPULL|GPIO_SPEED_50MHz|\
|
#define GPIO_LED1 (GPIO_OUTPUT|GPIO_PUSHPULL|GPIO_SPEED_50MHz|\
|
||||||
GPIO_OUTPUT_CLEAR|GPIO_PORTD|GPIO_PIN12)
|
GPIO_OUTPUT_CLEAR|GPIO_PORTD|GPIO_PIN12)
|
||||||
|
|||||||
Reference in New Issue
Block a user