mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-537 GPSPSystemModStart gets called from main, so it should not be called from GPSPSystemModInitialize.
This commit is contained in:
parent
081fda25a1
commit
c358d1741d
@ -94,8 +94,7 @@ int32_t GPSPSystemModStart(void)
|
|||||||
*/
|
*/
|
||||||
int32_t GPSPSystemModInitialize(void)
|
int32_t GPSPSystemModInitialize(void)
|
||||||
{
|
{
|
||||||
GPSPSystemModStart();
|
// Module started in main
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user