From 889317da5891dcdd0438405d54bc6dd2408738f1 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Mon, 16 May 2022 13:34:36 +0300 Subject: [PATCH] bdk: sdmmc: add missing sd block size define --- bdk/storage/sd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bdk/storage/sd.h b/bdk/storage/sd.h index 19eb6d5..863fb3c 100644 --- a/bdk/storage/sd.h +++ b/bdk/storage/sd.h @@ -22,6 +22,8 @@ #include #include +#define SD_BLOCKSIZE 512 + enum { SD_INIT_FAIL = 0,