aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/SDC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F1xx/SDC/main.c')
-rw-r--r--testhal/STM32F1xx/SDC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/SDC/main.c b/testhal/STM32F1xx/SDC/main.c
index ec1300e6a..9d8c93d8b 100644
--- a/testhal/STM32F1xx/SDC/main.c
+++ b/testhal/STM32F1xx/SDC/main.c
@@ -28,7 +28,7 @@ static const SDCConfig sdccfg = {
0
};
-static uint8_t blkbuf[SDC_BLOCK_SIZE * 4 + 1];
+static uint8_t blkbuf[MMCSD_BLOCK_SIZE * 4 + 1];
/*
* Application entry point.