-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
There is a spurious #endif in file src/rp2_common/pico_cyw43_arch/include/pico/cyw43_arch/arch_poll.h at line 44.
As a result, if this file is directly or indirectly included twice in a source file, error: redefinition of 'cyw43_arch_lwip_protect'
is obtained on compilation.
For some reason the compiler is not complaining about the extra #endif at the end of the file.