Skip to content

Commit

Permalink
AP_Motors: fix example build on sitl
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Mar 31, 2015
1 parent 626b80b commit 637fda3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <AP_Param.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h>
Expand All @@ -35,6 +36,9 @@
#include <AP_Terrain.h>
#include <AP_NavEKF.h>
#include <AP_BattMonitor.h>
#include <AP_Rally.h>
#include <AP_OpticalFlow.h>
#include <SITL.h>

const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

Expand Down

0 comments on commit 637fda3

Please sign in to comment.