NOR/AVRF: review scope of data
Add "static" qualifier to private data. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
300f0f53c5
commit
069f88cfac
|
@ -50,7 +50,7 @@
|
|||
#define AVR_JTAG_REG_ProgrammingCommand_Len 15
|
||||
#define AVR_JTAG_REG_FlashDataByte_Len 16
|
||||
|
||||
struct avrf_type avft_chips_info[] =
|
||||
static struct avrf_type avft_chips_info[] =
|
||||
{
|
||||
/* name, chip_id, flash_page_size, flash_page_num,
|
||||
* eeprom_page_size, eeprom_page_num
|
||||
|
|
Loading…
Reference in New Issue