1
0
Fork 0

Adhoc fix compile error of usb_usb

This commit is contained in:
tmk 2014-09-22 10:42:20 +09:00
parent b9e265368f
commit ea524d7bef
11 changed files with 27 additions and 10 deletions

View file

@ -34,10 +34,7 @@
// this macro allows you to write print("some text") and
// the string is automatically placed into flash memory :)
// TODO: avoid collision with arduino/Print.h
#ifndef __cplusplus
#define print(s) print_P(PSTR(s))
#endif
#define println(s) print_P(PSTR(s "\n"))
/* for old name */