mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
Fix typo
Signed-off-by: Michael Seibt <github@roboschmie.de>
This commit is contained in:
parent
8e77ad01ad
commit
6947d892a0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user