We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff3e4f commit c526ec1Copy full SHA for c526ec1
src/rp2_common/pico_lwip/include/arch/cc.h
@@ -38,6 +38,10 @@
38
#define PICO_LWIP_CUSTOM_LOCK_TCPIP_CORE 1
39
#endif
40
41
+#ifdef __cplusplus
42
+extern "C" {
43
+#endif
44
+
45
#if NO_SYS
46
// todo really we should just not allow SYS_LIGHTWEIGHT_PROT for nosys mode (it doesn't do anything anyway)
47
typedef int sys_prot_t;
@@ -90,4 +94,9 @@ void pico_lwip_custom_unlock_tcpip_core(void);
90
94
// Use the pico_rand library which goes to reasonable lengths to try to provide good entropy
91
95
#define LWIP_RAND() get_rand_32()
92
96
97
98
99
+}
100
101
93
102
#endif /* __CC_H__ */
0 commit comments