diff --git a/print.c b/print.c index 23e8ae3..05524a3 100644 --- a/print.c +++ b/print.c @@ -26,7 +26,9 @@ #include #include "serial.h" -#define DECIMAL_PLACES 4 +#ifndef DECIMAL_PLACES +#define DECIMAL_PLACES 3 +#endif void printString(const char *s) {