reduce max zapper tolerance to 20

This commit is contained in:
arpruss
2020-05-16 15:11:36 -05:00
parent a125c1eec6
commit 176e250c6a
2 changed files with 1 additions and 13 deletions

View File

@@ -25,7 +25,7 @@
#define ROUNDED_TARGET
#ifdef ROUNDED_TARGET
#define MAX_TOLERANCE 32
#define MAX_TOLERANCE 20
static uint32 targetExpansion[MAX_TOLERANCE+1];
#endif
static int tolerance;