Skip to content

Commit 8e89e95

Browse files
Fix PICO_CYW43_ARCH_POLL header guard (#1407)
Fixes #1268
1 parent c026314 commit 8e89e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rp2_common/pico_cyw43_arch/cyw43_arch_poll.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

7+
#if PICO_CYW43_ARCH_POLL
8+
79
#include "pico/cyw43_arch.h"
810
#include "pico/cyw43_driver.h"
911

10-
#if PICO_CYW43_ARCH_POLL
1112
#include "pico/async_context_poll.h"
1213
#if CYW43_LWIP
1314
#include "pico/lwip_nosys.h"

0 commit comments

Comments
 (0)