summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 17:05:17 +0200
committerFlorent Duchon2012-05-16 17:43:09 +0200
commitc0a0ca72315179ff1071069e98163bc07dd30dcc (patch)
tree55bc3a310308fe7c0c2385250d757b170519a902 /digital/beacon
parent640ae537ae3536361b7401de740e3c2be94a8a37 (diff)
digital/beacon: decrease MAX_POINT_RECOVERY to gain RAM space
Diffstat (limited to 'digital/beacon')
-rw-r--r--digital/beacon/src/recovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/recovery.h b/digital/beacon/src/recovery.h
index 08629e70..2f7ec3dc 100644
--- a/digital/beacon/src/recovery.h
+++ b/digital/beacon/src/recovery.h
@@ -28,7 +28,7 @@
#include "position.h"
-#define MAX_POINT_RECOVERY 500
+#define MAX_POINT_RECOVERY 100
#define RECOVERY_TRICKY_THRESHOLD MAX_POINT_RECOVERY/3
/* Status returns */