mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
added missing #include
This commit is contained in:
parent
c96dfb2108
commit
28833ed1d6
@ -9,6 +9,7 @@
|
|||||||
#include <FastSerial.h>
|
#include <FastSerial.h>
|
||||||
#include <AP_Common.h>
|
#include <AP_Common.h>
|
||||||
#include <AP_GPS.h>
|
#include <AP_GPS.h>
|
||||||
|
#include <AP_Math.h>
|
||||||
|
|
||||||
FastSerialPort0(Serial);
|
FastSerialPort0(Serial);
|
||||||
FastSerialPort1(Serial1);
|
FastSerialPort1(Serial1);
|
||||||
|
Loading…
Reference in New Issue
Block a user