Merge remote-tracking branch 'upstream/FM_Ext' into FM_Ext

This commit is contained in:
Geoffrey Merck 2020-05-31 12:15:36 +02:00
commit aa5eeb3554
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
#include <string> #include <string>
#if defined(DUMP_RF_AUDIO) #if defined(DUMP_RF_AUDIO)
#include <stdio.h> #include <cstdio>
#endif #endif
#define SWAP_BYTES_16(a) (((a >> 8) & 0x00FFU) | ((a << 8) & 0xFF00U)) #define SWAP_BYTES_16(a) (((a >> 8) & 0x00FFU) | ((a << 8) & 0xFF00U))