georgerobotics / cyw43-driver

Other
83 stars 42 forks source link

src/cyw43_lwip: Use NETIF_FOREACH to iterate over all netif's. #125

Closed dpgeorge closed 1 month ago

dpgeorge commented 3 months ago

Using this macro means the code works correctly when LWIP_SINGLE_NETIF is enabled.

Fixes issue #124.

peterharperuk commented 3 months ago

Looks good to me.