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__
oharboe 2009-04-21 06:23:47 +00:00
parent 24243b2b7a
commit 09a3cc0980
1 changed files with 2 additions and 2 deletions

View File

@ -101,14 +101,14 @@ struct device_t
u32 SRST_MASK; /* SRST bitmask */ 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 }, { "rea_ecr", PIOD, P27, PIOA, NC, PIOD, P23, PIOD, P24, PIOD, P26, PIOC, P5 },
{ .name = NULL }, { .name = NULL },
}; };
/* configuration */ /* configuration */
char* at91rm9200_device; static char* at91rm9200_device;
/* interface variables /* interface variables
*/ */