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

Revert "Modules/GPS: removed comment line"

This reverts commit 109a58ef301666d2c7073f4f5a7cfbc41e9b3280.
This commit is contained in:
Corvus Corax 2011-11-11 11:07:02 +01:00
parent 88f161dd42
commit 9679638244

View File

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