mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-17 04:22:14 +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.