bsps/dev/spi/xqspipsu_flash_config.h: Make flash config table static

This is now used by multiple files and can cause a multiple definitions
error when linking. Make the structure static to avoid this problem.
This commit is contained in:
Kinsey Moore
2025-10-08 15:32:52 -05:00
committed by Kinsey Moore
parent de8da59ba1
commit 7ebcccf199

View File

@@ -215,6 +215,9 @@ typedef struct{
} FlashInfo;
/************************** Variable Definitions *****************************/
#ifdef __rtems__
static
#endif
FlashInfo Flash_Config_Table[] = {
/* Spansion */
/*s25fl064l*/