AP_Baro: fixed example build on AVR

This commit is contained in:
Andrew Tridgell 2013-01-04 22:45:02 +11:00
parent 84bd10d279
commit c15bf95e19
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <AP_Param.h>
#include <AP_Math.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Empty.h>
#include <AP_Buffer.h>