We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5748353 commit 6cb4121Copy full SHA for 6cb4121
cores/arduino/board.h
@@ -5,9 +5,6 @@
5
* Core and peripherals registers definitions
6
*/
7
#include "interrupt.h"
8
-#ifdef __cplusplus
9
-extern "C" {
10
-#endif // __cplusplus
11
#include "analog.h"
12
#include "clock.h"
13
#include "core_callback.h"
@@ -21,8 +18,11 @@ extern "C" {
21
18
#include "twi.h"
22
19
#include "uart.h"
23
20
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
24
void init(void) ;
25
#ifdef __cplusplus
26
}
27
28
#endif /* _BOARD_H_ */
0 commit comments