forked from espressif/esp-protocols
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.
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.