Commander: Operate blue led on pixracer

This commit is contained in:
Lorenz Meier
2016-01-19 19:27:36 +01:00
parent a76ecf3821
commit 751a95deb8

View File

@@ -2723,7 +2723,7 @@ control_status_leds(vehicle_status_s *status_local, const actuator_armed_s *actu
} }
} }
#ifdef CONFIG_ARCH_BOARD_PX4FMU_V1 #if defined (CONFIG_ARCH_BOARD_PX4FMU_V1) || defined (CONFIG_ARCH_BOARD_PX4FMU_V4)
/* this runs at around 20Hz, full cycle is 16 ticks = 10/16Hz */ /* this runs at around 20Hz, full cycle is 16 ticks = 10/16Hz */
if (actuator_armed->armed) { if (actuator_armed->armed) {