Ensure proper RAM Disk sizing in the FileX sample.

This commit is contained in:
Frédéric Desbiens
2025-07-28 13:55:01 -04:00
parent 8112cd45cc
commit 42b4ee916e
+1 -1
View File
@@ -50,7 +50,7 @@ FX_FILE my_file;
#ifndef FX_STANDALONE_ENABLE
CHAR *ram_disk_memory;
#else
unsigned char ram_disk_memory[256*512];
unsigned char ram_disk_memory[TOTAL_SECTORS*SECTOR_SIZE];
#endif
/* Define ThreadX global data structures. */