diff --git a/print.c b/print.c index f8e7a0c..21a22ed 100644 --- a/print.c +++ b/print.c @@ -29,7 +29,7 @@ #ifndef DECIMAL_PLACES #define DECIMAL_PLACES 3 -#define DECIMAL_MULTIPLIER 10*10*10 +#define DECIMAL_MULTIPLIER 1000 #endif void printString(const char *s)