mirror of https://github.com/ArduPilot/ardupilot
AP_Frsky_Telem: remove GCS.h from library header files
This commit is contained in:
parent
ff0d1659d2
commit
10028771ea
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <AC_Fence/AC_Fence.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
@ -291,4 +292,4 @@ bool AP_Frsky_MAVliteMsgHandler::send_message(AP_Frsky_MAVlite_Message &txmsg)
|
|||
{
|
||||
return _send_fn(txmsg);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue