We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e65b7 commit 660418cCopy full SHA for 660418c
cores/arduino/Arduino.h
@@ -49,14 +49,6 @@ void yield(void);
49
} // extern "C"
50
#endif // __cplusplus
51
52
-#ifdef __cplusplus
53
-# include "WCharacter.h"
54
-# include "WString.h"
55
-# include "WMath.h"
56
-//# include <Tone.h>
57
-# include <HardwareSerial.h>
58
-#endif
59
-
60
// Include pins variant
61
#include "pins_arduino.h"
62
cores/arduino/WCharacter.h
0 commit comments