1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-16 04:38:57 -04:00

Merge branch 'f4exb:master' into freq_scanner

This commit is contained in:
srcejon
2024-04-05 10:49:10 +01:00
committed by GitHub
+1 -1
View File
@@ -65,7 +65,7 @@ public:
void write(const uint8_t *sampleByte, int nbSamples);
protected:
/** Reverse endianess in destination buffer */
/** Reverse endianness in destination buffer */
static void writeNetBuf(uint8_t *dest, const uint8_t *src, unsigned int elemLen, unsigned int bytesLen, bool endianReverse);
static unsigned int elemLength(PayloadType payloadType);