mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-03 08:01:42 +01:00
The bit field in the header flags does not match its intended order on little endian machines. The PR removes the bit field and uses bit operations instead.