mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user