A C++ microcontroller driver/utility library targeted for use with resource constrained microcontrollers.
2
stars
1
forks
source link
Fix WIZnet W5500 IP network stack TCP server construction compilation error #2423
Closed
apcountryman closed 1 year ago
Fix WIZnet W5500 IP network stack TCP server construction (
::picolibrary::WIZnet::W5500::IP::Network_Stack::make_tcp_server()
) compilation error.allocate_sockets( 1 )
->{ allocate_socket() }
https://github.com/apcountryman/picolibrary/blob/bff90faa3da16a55503a7f8efc52abbf20e87fb2/include/picolibrary/wiznet/w5500/ip/network_stack.h#L704