Skip to content

Commit 708ed0c

Browse files
committed
core: prerequisites for ArduinoBLE
1 parent 06d2b10 commit 708ed0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/Arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ int digitalPinToInterrupt(pin_size_t pin);
111111
#ifdef __cplusplus
112112
#include <SerialUSB.h>
113113
#include <zephyrSerial.h>
114+
#include <strings.h>
115+
#include <api/itoa.h>
114116

115117
// Allow namespace-less operations if Arduino.h is included
116118
using namespace arduino;

0 commit comments

Comments
 (0)