From 7b72e5479ee6d11f76c49f7463ba0e7f4e5165c5 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 25 Jul 2023 17:42:00 +1000 Subject: fork the esp-idf fatfs for f_forward and exfat support --- lib/fatfs/test_fatfs_host/main.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/fatfs/test_fatfs_host/main.cpp (limited to 'lib/fatfs/test_fatfs_host/main.cpp') diff --git a/lib/fatfs/test_fatfs_host/main.cpp b/lib/fatfs/test_fatfs_host/main.cpp new file mode 100644 index 00000000..0c7c351f --- /dev/null +++ b/lib/fatfs/test_fatfs_host/main.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "catch.hpp" -- cgit v1.2.3