Skip to content
Snippets Groups Projects
Commit c666e757 authored by Nicolò Caruso's avatar Nicolò Caruso
Browse files

[ARP] EthernetSniffing fix due to deferenced shared pointer

Fix hardfault: The ethernet sniffer by using the std::move for the Wiz5500 was deferencing the pointer and threfore in the recvfrom an HardFault occured.
Debug: Removed and changed some TRACE strings
Fix UDP socket: The sniffing socket was initialized opend correctly but then the init had switched arguments. This surely impacted on the recvfrom.
parent cbfe1918
No related branches found
No related tags found
No related merge requests found
Pipeline #10954 passed