Skip to content

Commit 6a42f21

Browse files
committed
Merge branch 'lwipintfup' into LEAmDNS2x
2 parents 9f99c76 + d50b15c commit 6a42f21

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

tools/sdk/lwip2/include/gluedebug.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@
3838

3939
#define HAS_PHY_CAPTURE 1
4040
#ifdef __cplusplus
41-
extern "C"
41+
extern "C" {
4242
#endif
43-
void (*phy_capture) (int netif_idx, const char* data, size_t len, int out, int success);
43+
extern void (*phy_capture) (int netif_idx, const char* data, size_t len, int out, int success);
44+
#ifdef __cplusplus
45+
}
46+
#endif
47+
4448

4549
/////////////////////////////////////////////////////////////////////////////
4650
#if ARDUINO
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// generated by makefiles/make-lwip2-hash
22
#ifndef LWIP_HASH_H
33
#define LWIP_HASH_H
4-
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-30-g92add50"
4+
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-33-g61b0163"
55
#endif // LWIP_HASH_H

0 commit comments

Comments
 (0)