Arduino 1.0 - small fix to make AP_Baro_MS5611_test.pde compile under Arduino 1.0
This commit is contained in:
parent
52f6e56f72
commit
2e1e34fb9c
@ -1,8 +1,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <FastSerial.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||
#include <FastSerial.h>
|
||||
#include <I2C.h>
|
||||
#include <SPI.h>
|
||||
#include <Arduino_Mega_ISR_Registry.h>
|
||||
|
Loading…
Reference in New Issue
Block a user