fpmath_patterns.c: workaround to disable the faulty 32 bit path

This commit is contained in:
Christian Kroll 2014-07-22 23:53:10 +02:00
parent 4583c0fbbb
commit 5715292237
1 changed files with 2 additions and 2 deletions

View File

@ -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