We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a0ff3 commit 00f1d73Copy full SHA for 00f1d73
cores/arduino/Arduino.h
@@ -62,7 +62,7 @@ void loop( void ) ;
62
63
#ifdef __cplusplus
64
} // extern "C"
65
-#endif // __cplusplus
+#endif
66
67
// The following headers are for C++ only compilation
68
@@ -72,9 +72,11 @@ void loop( void ) ;
72
#include "WMath.h"
73
#include "HardwareSerial.h"
74
#include "pulse.h"
75
- #include "delay.h"
76
+#include "delay.h"
77
+#ifdef __cplusplus
78
#include "Uart.h"
79
80
81
// Include board variant
82
#include "variant.h"
0 commit comments