Browse Source

AP_SBusOut: fix includes place and order

mission-4.1.18
Pierre Kancir 6 years ago committed by Andrew Tridgell
parent
commit
e3830d3ca4
  1. 1
      libraries/AP_SBusOut/AP_SBusOut.cpp
  2. 1
      libraries/AP_SBusOut/AP_SBusOut.h

1
libraries/AP_SBusOut/AP_SBusOut.cpp

@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
*
*/
#include "AP_SBusOut.h"
#include <AP_Math/AP_Math.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <SRV_Channel/SRV_Channel.h>

1
libraries/AP_SBusOut/AP_SBusOut.h

@ -8,7 +8,6 @@ @@ -8,7 +8,6 @@
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <AP_Param/AP_Param.h>
class AP_SBusOut {

Loading…
Cancel
Save