changed default fp decimal places to 3

pull/1/head
Simen Svale Skogsrud 2011-06-05 20:58:21 +02:00
rodzic 553c44a93f
commit bd336867a6
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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