Skip to content

Commit 0a126d7

Browse files
committed
[sam] itoa() and related function are now available for the sketch
1 parent bab0062 commit 0a126d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/arduino/sam/cores/arduino/Arduino.h

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <avr/interrupt.h>
3333

3434
#include "binary.h"
35+
#include "itoa.h"
3536

3637
#ifdef __cplusplus
3738
extern "C"{

0 commit comments

Comments
 (0)