Browse Source

AP_Tuning: tidy includes

mission-4.1.18
Peter Barker 6 years ago committed by Peter Barker
parent
commit
b7fa43e630
  1. 3
      libraries/AP_Tuning/AP_Tuning.h

3
libraries/AP_Tuning/AP_Tuning.h

@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
#pragma once
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include "stdint.h"
/*
transmitter tuning library. Meant to be subclassed per vehicle type
*/

Loading…
Cancel
Save