Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f037096

Browse filesBrowse files
committed
Explicitely include itoa and friends
1 parent a43a9e4 commit f037096
Copy full SHA for f037096

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎cores/arduino/Arduino.h

Copy file name to clipboardExpand all lines: cores/arduino/Arduino.h
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,7 @@ typedef enum _eAnalogReference
7474
#include "USB/USBAPI.h"
7575
#include "USB/USB_host.h"
7676

77+
// ARM toolchain doesn't provide itoa etc, provide them
78+
#include "api/itoa.h"
79+
7780
#endif // Arduino_h

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.