1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Fixed error introduced by merge

This commit is contained in:
Corvus Corax 2011-08-25 15:40:45 +02:00
parent c63a10d05e
commit 1d797bf004

View File

@ -112,6 +112,7 @@ int32_t GPSInitialize(void)
#if !defined(PIOS_GPS_PURISTIC)
GPSTimeInitialize();
GPSSatellitesInitialize();
#endif
#ifdef PIOS_GPS_SETS_HOMELOCATION
HomeLocationInitialize();
#endif