1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

added another "#ifdef ENABLE_GPS_NMEA"

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2840 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
pip 2011-02-22 11:02:17 +00:00 committed by pip
parent a2259201e5
commit 0fd6170979

View File

@ -33,7 +33,9 @@
#include "NMEA.h"
#include "gpsposition.h"
#include "gpstime.h"
#include "gpssatellites.h"
#ifdef ENABLE_GPS_NMEA
#include "gpssatellites.h"
#endif
#if defined(ENABLE_GPS_NMEA) || defined(ENABLE_GPS_ONESENTENCE_GTOP)