mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Zach Welch <zw@superlucidity.net> add static keywords to at91rm9200
git-svn-id: svn://svn.berlios.de/openocd/trunk@1487 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -101,14 +101,14 @@ struct device_t
|
||||
u32 SRST_MASK; /* SRST bitmask */
|
||||
};
|
||||
|
||||
struct device_t devices[] =
|
||||
static struct device_t devices[] =
|
||||
{
|
||||
{ "rea_ecr", PIOD, P27, PIOA, NC, PIOD, P23, PIOD, P24, PIOD, P26, PIOC, P5 },
|
||||
{ .name = NULL },
|
||||
};
|
||||
|
||||
/* configuration */
|
||||
char* at91rm9200_device;
|
||||
static char* at91rm9200_device;
|
||||
|
||||
/* interface variables
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user