Tools: port a couple of test sketches to PX4

This commit is contained in:
Andrew Tridgell 2013-01-02 18:00:49 +11:00
parent 534169d148
commit a56b8c7b67
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Empty.h>
#include <AP_Common.h>
#include <AP_Baro.h>

View File

@ -10,6 +10,7 @@
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Empty.h>
#include <AP_Math.h>
#include <Filter.h>