Skip to content
Snippets Groups Projects
Commit 613c61c6 authored by Nicolò Caruso's avatar Nicolò Caruso Committed by Niccolò Betto
Browse files

[MavlinkDriver] Increased buffer to MTU (1500B) and allocate on the heap

- Buffer input size: Changed to 1500B (MTU for Ethernet). This is due to
the fact that the MavlinkDriver by doing so consumes the MTU completely
reading from the wiz5500. This fixes the issue for which packets larger
than the buffer or multiple packets in queue are dropped.
- Buffer is allocated on the heap to avoid stack overflow issues.
parent dfeb0236
Loading
Checking pipeline status