Replay: fixed build

This commit is contained in:
Andrew Tridgell 2014-08-13 15:09:34 +10:00
parent 2918b04f17
commit ea889e2e00

View File

@ -17,6 +17,7 @@
#include <AP_Common.h>
#include <AP_Progmem.h>
#include <AP_Param.h>
#include <StorageManager.h>
#include <AP_Math.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
@ -62,8 +63,6 @@
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
AP_Param param_loader(var_info, 4096);
static Parameters g;
static AP_InertialSensor_HIL ins;