mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Replay: fixed build
This commit is contained in:
parent
2918b04f17
commit
ea889e2e00
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user