mirror of
https://github.com/eclipse-threadx/filex.git
synced 2026-09-13 19:45:58 +08:00
Fix typo in sample code.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user