diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-04-09 11:04:42 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-04-09 11:04:42 +1000 |
| commit | 6e73f1a22edddf19a2813c3fdfe67664e04629b3 (patch) | |
| tree | baad85a99e2e30db5bcca690dbc6250ae8756436 /lib/fatfs/host_test/main/main.cpp | |
| parent | 96b62321c33ff5e146d52416dc5da3f0c240b4b0 (diff) | |
| download | tangara-fw-6e73f1a22edddf19a2813c3fdfe67664e04629b3.tar.gz | |
Upgrade fatfs component version
Diffstat (limited to 'lib/fatfs/host_test/main/main.cpp')
| -rw-r--r-- | lib/fatfs/host_test/main/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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" |
