We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334156c commit 8f2672eCopy full SHA for 8f2672e
1 file changed
api/ArduinoAPI.h
@@ -53,7 +53,9 @@
53
// Misc Arduino core functions
54
#include "Common.h"
55
56
+#ifdef __cplusplus
57
// Compatibility layer for older code
58
#include "Compat.h"
59
+#endif
60
61
#endif
0 commit comments