earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
1.96k stars 406 forks source link

Fix minor LWIP wrapper errors #2310

Closed earlephilhower closed 1 month ago

earlephilhower commented 1 month ago

Somehow returning the results of a void function from another void wrapper didn't trigger any warnings. Also missed tcp_bind actual GCC wrapping.