changed default fp decimal places to 3
This commit is contained in:
parent
553c44a93f
commit
bd336867a6
1 changed files with 3 additions and 1 deletions
4
print.c
4
print.c
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue