mindpx-v2:Added Logical BOARD specific LED mapping

Define the logical LED that are uses on mindpx-v2
This commit is contained in:
David Sidrane 2018-09-26 09:05:45 -07:00 committed by Daniel Agar
parent 3c6539257f
commit a12f26aee0
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
/* PX4FMU GPIOs ***********************************************************************************/
/* LEDs */
#define GPIO_LED1 (GPIO_OUTPUT|GPIO_OPENDRAIN|GPIO_SPEED_50MHz|GPIO_OUTPUT_CLEAR|GPIO_PORTA|GPIO_PIN8)
#define BOARD_OVERLOAD_LED LED_RED
/* External interrupts */
#define GPIO_EXTI_GYRO_DRDY (GPIO_INPUT|GPIO_FLOAT|GPIO_EXTI|GPIO_PORTE|GPIO_PIN4)