Fixed AP_GPS_None bug

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1629 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-02-11 04:49:08 +00:00
parent 7d80ff5dc8
commit 69204d00dc

View File

@ -69,7 +69,7 @@ AP_GPS_IMU GPS(&Serial); // note, console port
#elif GPS_PROTOCOL == GPS_PROTOCOL_MTK
AP_GPS_MTK GPS(&Serial1);
#elif GPS_PROTOCOL == GPS_PROTOCOL_NONE
AP_GPS_NONE GPS(NULL);
AP_GPS_None GPS(NULL);
#else
# error Must define GPS_PROTOCOL in your configuration file.
#endif