forked from Archive/PX4-Autopilot
Hotfix: Extend GPS lost timeout by a small delta to prevent timeout aliasing, GPS app does not report any more losses
This commit is contained in:
parent
87ea7096fd
commit
e7df439ea1
|
@ -67,7 +67,7 @@
|
|||
#include "mtk.h"
|
||||
|
||||
|
||||
#define TIMEOUT_5HZ 400
|
||||
#define TIMEOUT_5HZ 500
|
||||
#define RATE_MEASUREMENT_PERIOD 5000000
|
||||
|
||||
/* oddly, ERROR is not defined for c++ */
|
||||
|
|
Loading…
Reference in New Issue