HAL_Linux: fixed BusTest build

This commit is contained in:
Andrew Tridgell 2014-07-19 12:22:06 +10:00
parent 6848746219
commit 05f5d91709
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include <AP_HAL.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h>
#include <AP_Math.h>
#include <AP_Param.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;