osmo-trx/Transceiver52M/device
Oliver Smith a98521ac05 USRPDevice:updateAlignment: remove byteswap code
After upgrading our CI environment to use Debian 12 with GCC 12, the
byteswap code fails the build with the following. I've talked to Eric
about this and he recommended to just remove the code as practically
nobody will use osmo-trx with a big endian system.

USRPDevice.cpp:591:30: error: 'data' is used uninitialized [-Werror=uninitialized]
  591 |   *wordPtr = host_to_usrp_u32(*wordPtr);
      |              ~~~~~~~~~~~~~~~~^~~~~~~~~~

Related: OS#6057
Change-Id: I806d8c1432cb20efca1830a2752a4cbc70384b54
2023-07-13 14:34:59 +02:00
..
bladerf bladerf xa4 support 2022-12-06 09:45:06 +01:00
common clean up mutex, scopedlock, and signal classes 2022-12-23 13:41:30 +00:00
ipc ipc-driver-test: clean up variables in Makefile.am 2023-03-14 13:16:09 +00:00
lms LMSDevice: LMS_GetDeviceList() may return a negative number 2021-10-25 13:12:51 +03:00
uhd lms,uhd: Allow changing band between poweroff & poweron 2021-09-21 17:24:18 +02:00
usrp1 USRPDevice:updateAlignment: remove byteswap code 2023-07-13 14:34:59 +02:00
Makefile.am bladerf xa4 support 2022-12-06 09:45:06 +01:00