diff --git a/Components/FileSystem/Config/FS_Config_RAM.h b/Components/FileSystem/Config/FS_Config_RAM.h index dda04618..969502ab 100644 --- a/Components/FileSystem/Config/FS_Config_RAM.h +++ b/Components/FileSystem/Config/FS_Config_RAM.h @@ -26,7 +26,7 @@ // Section Name // Define the name of the section for the file system buffer. // Linker script shall have this section defined. -#define RAM0%Instance%_SECTION ".filesystem.ram%Instance%" +#define RAM%Instance%_SECTION ".filesystem.ram%Instance%" //