crc: Move crc7 into CRC single header
Move crc7 into CRC single header Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
10cf2457b9
commit
33f1951c9d
4 changed files with 18 additions and 39 deletions
|
@ -12,8 +12,7 @@ LOG_MODULE_REGISTER(sdhc);
|
|||
#include <gpio.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <spi.h>
|
||||
#include <crc7.h>
|
||||
#include <crc16.h>
|
||||
#include <crc.h>
|
||||
|
||||
#define SDHC_SECTOR_SIZE 512
|
||||
#define SDHC_CMD_SIZE 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue