Fix led assignment for FMU

This commit is contained in:
Lorenz Meier 2012-11-14 15:17:49 +01:00
parent 722af669fe
commit 3eb36bbd21

View File

@ -47,9 +47,9 @@
#define _LED_BASE 0x2800
/* PX4 LED colour codes */
#define LED_AMBER 0
#define LED_RED 0 /* some boards have red rather than amber */
#define LED_BLUE 1
#define LED_AMBER 1
#define LED_RED 1 /* some boards have red rather than amber */
#define LED_BLUE 0
#define LED_SAFETY 2
#define LED_ON _IOC(_LED_BASE, 0)