diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jtag/at91rm9200.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/at91rm9200.c b/src/jtag/at91rm9200.c index ce28bb53..45fb089b 100644 --- a/src/jtag/at91rm9200.c +++ b/src/jtag/at91rm9200.c @@ -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 */ |