Browse Source

GCS_MAVLink: move logging of RPM into RPM library

apm_2208
Peter Barker 3 years ago committed by Peter Barker
parent
commit
f023f0443d
  1. 1
      libraries/GCS_MAVLink/GCS_Common.cpp

1
libraries/GCS_MAVLink/GCS_Common.cpp

@ -48,6 +48,7 @@ @@ -48,6 +48,7 @@
#include <AP_Winch/AP_Winch.h>
#include <AP_OSD/AP_OSD.h>
#include <AP_RCTelemetry/AP_CRSF_Telem.h>
#include <AP_RPM/AP_RPM.h>
#include <AP_AIS/AP_AIS.h>
#include <AP_Filesystem/AP_Filesystem.h>
#include <AP_Frsky_Telem/AP_Frsky_Telem.h>

Loading…
Cancel
Save