From 1922310404cef791bfbcc07c8cbc25145abce7b9 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 22 Nov 2021 13:59:10 -0800 Subject: [PATCH] matek_h743-slim:Set CONFIG_MKFATFS_BUFFER_ALIGMENT=32 --- boards/matek/h743-slim/nuttx-config/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/matek/h743-slim/nuttx-config/nsh/defconfig b/boards/matek/h743-slim/nuttx-config/nsh/defconfig index dead512db6..b773c7e904 100644 --- a/boards/matek/h743-slim/nuttx-config/nsh/defconfig +++ b/boards/matek/h743-slim/nuttx-config/nsh/defconfig @@ -86,6 +86,7 @@ CONFIG_LIBC_LONG_LONG=y CONFIG_LIBC_STRERROR=y CONFIG_MEMSET_64BIT=y CONFIG_MEMSET_OPTSPEED=y +CONFIG_MKFATFS_BUFFER_ALIGMENT=32 CONFIG_MMCSD=y CONFIG_MMCSD_SDIO=y CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y