Browse Source

AP_UAVCAN: Fix includes

mission-4.1.18
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
08b48142c8
  1. 1
      libraries/AP_UAVCAN/AP_UAVCAN.cpp

1
libraries/AP_UAVCAN/AP_UAVCAN.cpp

@ -41,6 +41,7 @@ @@ -41,6 +41,7 @@
#include <AP_BattMonitor/AP_BattMonitor_UAVCAN.h>
#include <AP_Compass/AP_Compass_UAVCAN.h>
#include <AP_Airspeed/AP_Airspeed_UAVCAN.h>
#include <SRV_Channel/SRV_Channel.h>
#define LED_DELAY_US 50000

Loading…
Cancel
Save