Skip to content

Commit a49bcd4

Browse files
Remove "EXAMPLE" from LWIP header (#2128)
The lwipopts.h file started with the PicoW example one, but no longer tracks it, so remove the EXAMPLE define guard.
1 parent 6279b60 commit a49bcd4

File tree

7 files changed

+2
-12
lines changed

7 files changed

+2
-12
lines changed

include/lwipopts.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
#ifndef _LWIPOPTS_EXAMPLE_COMMONH_H
2-
#define _LWIPOPTS_EXAMPLE_COMMONH_H
1+
#pragma once
32

43
#ifdef __cplusplus
54
extern "C" {
65
#endif // __cplusplus
76

8-
97
// Critical section protection
108
extern void noInterrupts();
119
extern void interrupts();
@@ -108,6 +106,3 @@ extern void __setSystemTime(unsigned long long sec, unsigned long us);
108106
#ifdef __cplusplus
109107
}
110108
#endif // __cplusplus
111-
112-
113-
#endif /* __LWIPOPTS_H__ */

lib/libpico.a

0 Bytes
Binary file not shown.

lib/libpicow-ipv6-btc-ble.a

0 Bytes
Binary file not shown.

lib/libpicow-ipv6-nobtc-noble.a

0 Bytes
Binary file not shown.

lib/libpicow-noipv6-btc-ble.a

0 Bytes
Binary file not shown.

lib/libpicow-noipv6-nobtc-noble.a

0 Bytes
Binary file not shown.

tools/libpico/lwipopts.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
#ifndef _LWIPOPTS_EXAMPLE_COMMONH_H
2-
#define _LWIPOPTS_EXAMPLE_COMMONH_H
1+
#pragma once
32

43
#ifdef __cplusplus
54
extern "C" {
65
#endif // __cplusplus
76

8-
97
// Critical section protection
108
extern void noInterrupts();
119
extern void interrupts();
@@ -108,6 +106,3 @@ extern void __setSystemTime(unsigned long long sec, unsigned long us);
108106
#ifdef __cplusplus
109107
}
110108
#endif // __cplusplus
111-
112-
113-
#endif /* __LWIPOPTS_H__ */

0 commit comments

Comments
 (0)