mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Bugfix on Test Report 12.01.2012
This commit is contained in:
parent
97177fe51a
commit
b61427ddc8
@ -39,6 +39,11 @@
|
||||
Serial.print(x,16);Serial.print(",");Serial.println(y,16); \
|
||||
}while (0);
|
||||
|
||||
#define INFO(format, args...) do { \
|
||||
char buf[250]; \
|
||||
sprintf(buf, format, args); \
|
||||
Serial.println(buf); \
|
||||
} while(0);
|
||||
|
||||
#else
|
||||
#define INFO1(x) do {} while(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user