Move CRC code to a separate file.
This commit is contained in:
parent
721412dc9b
commit
07df054590
5 changed files with 293 additions and 298 deletions
|
@ -65,14 +65,14 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
#include "rtl-sdr.h"
|
||||
#include "anet.h"
|
||||
#else
|
||||
#include "winstubs.h" //Put everything Windows specific in here
|
||||
#include "rtl-sdr.h"
|
||||
#include "anet.h"
|
||||
#endif
|
||||
|
||||
#include "rtl-sdr.h"
|
||||
#include "anet.h"
|
||||
#include "crc.h"
|
||||
|
||||
// ============================= #defines ===============================
|
||||
//
|
||||
// If you have a valid coaa.h, these values will come from it. If not,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue