usb_usb: Update for new core layout
This commit is contained in:
parent
4192bce16b
commit
f6f698dda0
3 changed files with 4 additions and 9 deletions
|
@ -38,12 +38,7 @@
|
|||
#if defined(__AVR__)
|
||||
|
||||
#include "avr/xprintf.h"
|
||||
|
||||
|
||||
// TODO: avoid collision with arduino/Print.h
|
||||
#ifndef __cplusplus
|
||||
#define print(s) xputs(PSTR(s))
|
||||
#endif
|
||||
#define println(s) xputs(PSTR(s "\r\n"))
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue