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

LP-537 GPSPSystemModStart gets called from main, so it should not be called from GPSPSystemModInitialize.

This commit is contained in:
Brian Webb 2017-06-25 19:03:44 -07:00
parent 081fda25a1
commit c358d1741d

View File

@ -94,8 +94,7 @@ int32_t GPSPSystemModStart(void)
*/
int32_t GPSPSystemModInitialize(void)
{
GPSPSystemModStart();
// Module started in main
return 0;
}