From 67f6b439b26ad7827d6e9165ceb89b6ee7dd62f9 Mon Sep 17 00:00:00 2001 From: Boon Khai Ng Date: Tue, 11 Jan 2022 10:28:29 +0800 Subject: [PATCH] west.yml: update fatfs for new config option Update west.yaml to the commit consist of the new config option CONFIG_FATFS_WINDOW_ALIGNMENT to align the win variable with specific alignment Signed-off-by: Boon Khai Ng --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 78155d42aa8..fac5305694c 100644 --- a/west.yml +++ b/west.yml @@ -42,7 +42,7 @@ manifest: groups: - tools - name: fatfs - revision: 09a9d913c61dccbb8ff92d8943b452c614ac5292 + revision: 9237454a30bcf6e14a89db174e8dbeb8f31831d2 path: modules/fs/fatfs groups: - fs