zmodem: Move crc16.h and crc32.h from host to host/nuttx

to avoid the conflict with the 3rd party library

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-08-12 14:20:07 +08:00 committed by Petro Karashchenko
parent 29a49f366e
commit b515a00fea
11 changed files with 26 additions and 21 deletions

View file

@ -22,7 +22,6 @@
* Included Files
****************************************************************************/
#include <crc32.h>
#include <fcntl.h>
#include <inttypes.h>
#include <stdbool.h>
@ -35,6 +34,8 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <nuttx/crc32.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/