Remove crc methode. Add CRC macro.

Change help text for request service.
This commit is contained in:
Thomas Sutter 2019-10-23 09:21:43 +02:00
commit 2274383129
2 changed files with 12 additions and 42 deletions

View file

@ -3,7 +3,7 @@
#include "BigBuf.h"
#include "util.h"
#include "protocols.h"
#include "crc16.h" // crc16 ccitt
#include "crc16.h"
#include "fpgaloader.h"
#include "string.h"
#include "commonutil.h"