kopia lustrzana https://github.com/pjalocha/esp32-ogn-tracker
Fixed null pointer reference
rodzic
b1e1c5a8fe
commit
6283e07b58
|
@ -510,7 +510,7 @@ void vTaskPROC(void* pvParameters)
|
||||||
xSemaphoreGive(CONS_Mutex);
|
xSemaphoreGive(CONS_Mutex);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Flight.Process(*Position); // flight monitor: takeoff/landing
|
// Flight.Process(*Position); // flight monitor: takeoff/landing
|
||||||
|
|
||||||
#ifdef WITH_GDL90
|
#ifdef WITH_GDL90
|
||||||
GDL_HEARTBEAT.Clear();
|
GDL_HEARTBEAT.Clear();
|
||||||
|
|
Ładowanie…
Reference in New Issue