mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-15 23:09:27 +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.