mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 12:01:45 +00:00
bdk: sdmmc: add missing sd block size define
This commit is contained in:
parent
e09710e3eb
commit
889317da58
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#include <storage/sdmmc_driver.h>
|
||||
#include <libs/fatfs/ff.h>
|
||||
|
||||
#define SD_BLOCKSIZE 512
|
||||
|
||||
enum
|
||||
{
|
||||
SD_INIT_FAIL = 0,
|
||||
|
|
Loading…
Reference in a new issue