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

Packet mod fixes

This commit is contained in:
f4exb
2020-09-28 02:15:40 +02:00
parent 2b48e969ba
commit 1ca1b504b2
19 changed files with 128 additions and 41 deletions
-1
View File
@@ -16,7 +16,6 @@
///////////////////////////////////////////////////////////////////////////////////
#include "crc.h"
#include "QDebug.h"
// Reverse bit ordering
uint32_t crc::reverse(uint32_t val, int bits)