Prince
Prince
What can I do for this issue. Can you show me ropes?
``` struct mgmt_hdr { #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ uint8_t nh_op:3; /* MGMT_OP_[...] */ uint8_t _res1:5; #endif #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ uint8_t _res1:5; uint8_t nh_op:3; /* MGMT_OP_[...] */ #endif ``` do...
I want to work on this issue
i have made changes merge if you are satisfied and tell me if any I can help you with.
Hi, Guys can you please point me in the right direction here, I have made some projects in React and I want to look into this issue. Where should I...