1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-06-24 13:05:21 -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
commit 2e169a1c4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);