diff options
Diffstat (limited to 'common/print.h')
-rw-r--r-- | common/print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/print.h b/common/print.h index 4001bcf1b5..a8dbbc020a 100644 --- a/common/print.h +++ b/common/print.h @@ -37,7 +37,7 @@ #if defined(__AVR__) -#include "xprintf.h" +#include "avr/xprintf.h" // TODO: avoid collision with arduino/Print.h |