From 047f822392655c2c43879df2ae6311200ef3aaf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Mon, 29 Sep 2025 11:55:12 +0100 Subject: [PATCH] Fix typo in sample code. --- samples/demo_filex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/demo_filex.c b/samples/demo_filex.c index aee5416..8046429 100644 --- a/samples/demo_filex.c +++ b/samples/demo_filex.c @@ -157,7 +157,7 @@ CHAR local_buffer[30]; printf("RAM disk open failed, error: %x\n", status); return; } - } + #ifdef FX_ENABLE_FAULT_TOLERANT status = fx_fault_tolerant_enable(&ram_disk, fault_tolerant_memory, sizeof(fault_tolerant_memory));