From 0a126d75bb0ee972dca177274f160ee29c33ccd4 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 18 Feb 2014 17:36:40 +0100 Subject: [PATCH] [sam] itoa() and related function are now available for the sketch --- hardware/arduino/sam/cores/arduino/Arduino.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/arduino/sam/cores/arduino/Arduino.h b/hardware/arduino/sam/cores/arduino/Arduino.h index c6d2aa556..ba63d6c71 100644 --- a/hardware/arduino/sam/cores/arduino/Arduino.h +++ b/hardware/arduino/sam/cores/arduino/Arduino.h @@ -32,6 +32,7 @@ #include #include "binary.h" +#include "itoa.h" #ifdef __cplusplus extern "C"{