Move CRC code to a separate file.

This commit is contained in:
Oliver Jowett 2015-01-19 23:41:26 +00:00
parent 721412dc9b
commit 07df054590
5 changed files with 293 additions and 298 deletions

View file

@ -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,