mirror of
https://github.com/eclipse-threadx/filex.git
synced 2026-09-14 04:05:59 +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);
|
printf("RAM disk open failed, error: %x\n", status);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef FX_ENABLE_FAULT_TOLERANT
|
#ifdef FX_ENABLE_FAULT_TOLERANT
|
||||||
status = fx_fault_tolerant_enable(&ram_disk, fault_tolerant_memory, sizeof(fault_tolerant_memory));
|
status = fx_fault_tolerant_enable(&ram_disk, fault_tolerant_memory, sizeof(fault_tolerant_memory));
|
||||||
|
|||||||
Reference in New Issue
Block a user