changed default fp decimal places to 3

This commit is contained in:
Simen Svale Skogsrud 2011-06-05 20:58:21 +02:00
parent 553c44a93f
commit bd336867a6

View File

@ -26,7 +26,9 @@
#include <avr/pgmspace.h> #include <avr/pgmspace.h>
#include "serial.h" #include "serial.h"
#define DECIMAL_PLACES 4 #ifndef DECIMAL_PLACES
#define DECIMAL_PLACES 3
#endif
void printString(const char *s) void printString(const char *s)
{ {