Skip to content

Commit 4837b90

Browse files
facchinmgiulcioffi
authored andcommitted
Explicitely include itoa and friends
1 parent 7cb8eec commit 4837b90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cores/arduino/Arduino.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ typedef enum _eAnalogReference
7878
#include "USB/USBAPI.h"
7979
#include "USB/USB_host.h"
8080

81-
#ifdef __cplusplus
82-
#include "USB/CDC.h"
83-
#endif
81+
// ARM toolchain doesn't provide itoa etc, provide them
82+
#include "api/itoa.h"
8483

8584
#endif // Arduino_h

0 commit comments

Comments
 (0)