AP_GPS: ported test code for PX4

This commit is contained in:
Andrew Tridgell 2013-01-04 19:41:36 +11:00
parent f701d0cc85
commit 2f111b857b
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,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_GPS.h>
#include <AP_Math.h>

View File

@ -12,6 +12,8 @@
#include <AP_Param.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Empty.h>
#include <AP_GPS.h>
#include <AP_Math.h>