- reenable printf
git-svn-id: http://moon:8086/svn/projects/HendiControl@40 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "i2c.h"
|
||||
#include "mcp42x6.h"
|
||||
|
||||
#define PRINT(a,...) /*printf(a, ##__VA_ARGS__)*/
|
||||
#define PRINT(a,...) printf(a, ##__VA_ARGS__)
|
||||
#define ARDUINO_NANO 1
|
||||
|
||||
#define PRINT_PROMPT putchar(0x0D);putchar(0x0A);putchar(':');
|
||||
|
||||
Reference in New Issue
Block a user