From 751a95deb84d6fd5a948431724057bfdfc6d233c Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 19 Jan 2016 19:27:36 +0100 Subject: [PATCH] Commander: Operate blue led on pixracer --- src/modules/commander/commander.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commander/commander.cpp b/src/modules/commander/commander.cpp index 19562ccb6e..45b43b3d9a 100644 --- a/src/modules/commander/commander.cpp +++ b/src/modules/commander/commander.cpp @@ -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 */ if (actuator_armed->armed) {