From 6e73f1a22edddf19a2813c3fdfe67664e04629b3 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 9 Apr 2024 11:04:42 +1000 Subject: Upgrade fatfs component version --- lib/fatfs/host_test/main/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/fatfs/host_test/main/main.cpp (limited to 'lib/fatfs/host_test/main/main.cpp') diff --git a/lib/fatfs/host_test/main/main.cpp b/lib/fatfs/host_test/main/main.cpp new file mode 100644 index 00000000..cd66dc30 --- /dev/null +++ b/lib/fatfs/host_test/main/main.cpp @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +#define CATCH_CONFIG_MAIN +#include "catch.hpp" -- cgit v1.2.3