Fix typo in sample code.

This commit is contained in:
Frédéric Desbiens
2025-09-29 11:55:12 +01:00
parent fb48c62046
commit 047f822392
+1 -1
View File
@@ -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));