From 900144668252e74fcc4c779028d5065ba696720b Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Tue, 18 Dec 2012 23:16:17 +0100 Subject: digital/beacon: redefine max point recovery (from 100 to 3) --- digital/beacon/src/recovery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digital/beacon/src/recovery.h b/digital/beacon/src/recovery.h index 2f7ec3dc..a50310d1 100644 --- a/digital/beacon/src/recovery.h +++ b/digital/beacon/src/recovery.h @@ -28,7 +28,7 @@ #include "position.h" -#define MAX_POINT_RECOVERY 100 +#define MAX_POINT_RECOVERY 5 #define RECOVERY_TRICKY_THRESHOLD MAX_POINT_RECOVERY/3 /* Status returns */ -- cgit v1.2.3