mirror of https://github.com/ArduPilot/ardupilot
AP_Motors: remove GCS.h from library header files
This commit is contained in:
parent
1ac2791116
commit
1b4f200cfd
|
@ -19,6 +19,7 @@
|
||||||
#include "AP_MotorsMatrix_6DoF_Scripting.h"
|
#include "AP_MotorsMatrix_6DoF_Scripting.h"
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue