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 c8c514c commit 891b446Copy full SHA for 891b446
libraries/Wire/src/Wire.cpp
@@ -21,12 +21,10 @@
21
Modified 2020 by Greyson Christoforo ([email protected]) to implement timeouts
22
*/
23
24
-extern "C" {
25
- #include <stdlib.h>
26
- #include <string.h>
27
- #include <inttypes.h>
28
- #include "utility/twi.h"
29
-}
+#include <stdlib.h>
+#include <string.h>
+#include <inttypes.h>
+#include "utility/twi.h"
30
31
#include "Wire.h"
32
libraries/Wire/src/utility/twi.c renamed to libraries/Wire/src/utility/twi.cpp
0 commit comments