From c67ae2a6b546c822759352586c14cd9dccbbe0ff Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 17 Jun 2014 00:57:59 +0900 Subject: Port action_* to mbed --- common/print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/print.h') 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 -- cgit v1.2.3