Commander: Use leds to show PX4 status on AeroFC

This commit is contained in:
José Roberto de Souza
2017-02-13 13:54:03 -08:00
committed by Lorenz Meier
parent aa8fa2ae05
commit 172e218dbd
+1 -1
View File
@@ -3254,7 +3254,7 @@ control_status_leds(vehicle_status_s *status_local, const actuator_armed_s *actu
last_overload = overload;
#if defined (CONFIG_ARCH_BOARD_PX4FMU_V1) || defined (CONFIG_ARCH_BOARD_PX4FMU_V4) || defined (CONFIG_ARCH_BOARD_CRAZYFLIE)
#if defined (CONFIG_ARCH_BOARD_PX4FMU_V1) || defined (CONFIG_ARCH_BOARD_PX4FMU_V4) || defined (CONFIG_ARCH_BOARD_CRAZYFLIE) || defined (CONFIG_ARCH_BOARD_AEROFC_V1)
/* this runs at around 20Hz, full cycle is 16 ticks = 10/16Hz */
if (actuator_armed->armed) {