1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

Modules/GPS: removed comment line

This commit is contained in:
Corvus Corax 2011-08-25 16:25:19 +02:00
parent 8173c7b7c6
commit 109a58ef30

View File

@ -125,8 +125,6 @@ int32_t GPSInitialize(void)
return 0;
}
// optional module, gets initialized separately
//MODULE_INITCALL(GPSInitialize, GPSStart)
// ****************
/**