mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 03:52:13 +02: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.