Skip to content
Snippets Groups Projects
Commit 09a3cc09 authored by oharboe's avatar oharboe
Browse files

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
parent 24243b2b
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment