mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
48311cc61f
commit 3b69d09c80 corrected the
unreachable handling for net/udp/icmp but introduced an unaligned store.
This splits the uint32_t data field into a two element uint16_t data
field to avoid the unaligned store.