From 2fb615d7e206b48ec1603ecdbfa7c2b6051af8ac Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 22 Nov 2021 13:59:13 -0800 Subject: [PATCH] holybro_kakutef7:Set CONFIG_MKFATFS_BUFFER_ALIGMENT=32 --- boards/holybro/kakutef7/nuttx-config/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/holybro/kakutef7/nuttx-config/nsh/defconfig b/boards/holybro/kakutef7/nuttx-config/nsh/defconfig index 2e2dd0ea18..cb282529de 100644 --- a/boards/holybro/kakutef7/nuttx-config/nsh/defconfig +++ b/boards/holybro/kakutef7/nuttx-config/nsh/defconfig @@ -90,6 +90,7 @@ CONFIG_LIBC_STRERROR=y CONFIG_FS_PROCFS_MAX_TASKS=64 CONFIG_MEMSET_64BIT=y CONFIG_MEMSET_OPTSPEED=y +CONFIG_MKFATFS_BUFFER_ALIGMENT=32 CONFIG_MMCSD=y CONFIG_MM_REGIONS=3 CONFIG_MTD=y