Forgot to include the IMU GPS emulator, breaking X-Plane

git-svn-id: https://arducopter.googlecode.com/svn/trunk@483 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
DrZiplok@gmail.com 2010-09-12 00:51:44 +00:00
parent f4b024f194
commit 29ba4b8be1
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@
#include "AP_GPS_SIRF.h" #include "AP_GPS_SIRF.h"
#include "AP_GPS_UBLOX.h" #include "AP_GPS_UBLOX.h"
#include "AP_GPS_MTK.h" #include "AP_GPS_MTK.h"
#include "AP_GPS_IMU.h"
#include "AP_GPS_None.h" #include "AP_GPS_None.h"