mirror of https://github.com/ArduPilot/ardupilot
fixed build on arduino 1.0
This commit is contained in:
parent
a8140d9524
commit
db8a58f994
|
@ -13,11 +13,11 @@
|
||||||
/// @brief The AP variable store.
|
/// @brief The AP variable store.
|
||||||
|
|
||||||
|
|
||||||
|
#include <FastSerial.h>
|
||||||
#include <AP_Common.h>
|
#include <AP_Common.h>
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <FastSerial.h>
|
|
||||||
|
|
||||||
// #define ENABLE_FASTSERIAL_DEBUG
|
// #define ENABLE_FASTSERIAL_DEBUG
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue