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:
Lorenz Meier 2013-03-09 13:21:23 +01:00
parent 87ea7096fd
commit e7df439ea1
1 changed files with 1 additions and 1 deletions

View File

@ -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++ */