mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_SBusOut: fix includes place and order
This commit is contained in:
parent
585c853a59
commit
e3830d3ca4
@ -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>
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user