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:
SPRESENSE 2022-10-24 12:47:46 +09:00 committed by Petro Karashchenko
parent d251d12f6f
commit 2717ba4f88

View File

@ -244,7 +244,7 @@ static int _write_to_usock(int fd, void *buf, size_t count)
static int _send_ack_common(int fd,
uint16_t events,
uint64_t xid,
uint32_t xid,
FAR struct usrsock_message_req_ack_s *resp)
{
resp->head.msgid = USRSOCK_MESSAGE_RESPONSE_ACK;