From 57152922377691cdb9664a5616e6923de789613e Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Tue, 22 Jul 2014 23:53:10 +0200 Subject: [PATCH] fpmath_patterns.c: workaround to disable the faulty 32 bit path --- src/animations/fpmath_patterns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/animations/fpmath_patterns.c b/src/animations/fpmath_patterns.c index 2b05464..38b9a15 100644 --- a/src/animations/fpmath_patterns.c +++ b/src/animations/fpmath_patterns.c @@ -43,9 +43,9 @@ // low precision for displays where each dimension is less than or equal to 16 -#if NUM_COLS <= 16 && NUM_ROWS <= 16 +//#if NUM_COLS <= 16 && NUM_ROWS <= 16 #define FP_LOW_PRECISION -#endif +//#endif #ifdef FP_LOW_PRECISION