Skip to content

Commit 9e9b93d

Browse files
committed
Add an include to ease Sloeber plugin usage
Sloeber/arduino-eclipse-plugin#1143 Thanks @jantje Signed-off-by: Frederic Pillon <[email protected]>
1 parent 5c4dcc3 commit 9e9b93d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/Arduino.h

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
#error "GCC version 6.3 or higher is required"
3030
#endif
3131

32+
#ifdef __IN_ECLIPSE__
33+
#include "SrcWrapper.h"
34+
#endif
35+
3236
#include "wiring.h"
3337

3438
/* sketch */

0 commit comments

Comments
 (0)