wireless: gs2200m: Change usrsock xid from uint64_t to uint32_t
Fix the type to match usrsock.h has been changed.
This commit is contained in:
parent
d251d12f6f
commit
2717ba4f88
@ -244,7 +244,7 @@ static int _write_to_usock(int fd, void *buf, size_t count)
|
|||||||
|
|
||||||
static int _send_ack_common(int fd,
|
static int _send_ack_common(int fd,
|
||||||
uint16_t events,
|
uint16_t events,
|
||||||
uint64_t xid,
|
uint32_t xid,
|
||||||
FAR struct usrsock_message_req_ack_s *resp)
|
FAR struct usrsock_message_req_ack_s *resp)
|
||||||
{
|
{
|
||||||
resp->head.msgid = USRSOCK_MESSAGE_RESPONSE_ACK;
|
resp->head.msgid = USRSOCK_MESSAGE_RESPONSE_ACK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user