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__archive__
parent
24243b2b7a
commit
09a3cc0980
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue