Attention is currently required from: osmith.
Patch set 2:Code-Review +1
View Change
1 comment:
Patchset:
Patch Set #2:
union {
short data[4] = {0x00, 0x02, 0x00, 0x00};
uint32_t d4[2];
};
uint32_t *wordPtr = &d4[0];
*wordPtr = host_to_usrp_u32(*wordPtr);
might work, at least the compiler does not complain, but
To view, visit change 33737. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I806d8c1432cb20efca1830a2752a4cbc70384b54
Gerrit-Change-Number: 33737
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin@sysmocom.de>
Gerrit-Attention: osmith <osmith@sysmocom.de>
Gerrit-Comment-Date: Thu, 13 Jul 2023 12:41:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment