summaryrefslogtreecommitdiff
path: root/src/jtag/at91rm9200.c
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-20 22:38:27 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-20 22:38:27 +0000
commit81f9e0a0bce7a3446949d9280208a6f9e9b13bcf (patch)
tree545c933e34e6f4e3bdf23f93d2a07a2be4f6abb8 /src/jtag/at91rm9200.c
parente6b164c68559253a737e2db9e328430a80b4989b (diff)
downloadopenocd+libswd-81f9e0a0bce7a3446949d9280208a6f9e9b13bcf.tar.gz
openocd+libswd-81f9e0a0bce7a3446949d9280208a6f9e9b13bcf.tar.bz2
openocd+libswd-81f9e0a0bce7a3446949d9280208a6f9e9b13bcf.tar.xz
openocd+libswd-81f9e0a0bce7a3446949d9280208a6f9e9b13bcf.zip
- fix at91rm9200 warning. Thanks Zach Welch <zw@superlucidity.net>
- add missing svn props from previous commit git-svn-id: svn://svn.berlios.de/openocd/trunk@1478 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/at91rm9200.c')
-rw-r--r--src/jtag/at91rm9200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/at91rm9200.c b/src/jtag/at91rm9200.c
index 17523d87..dce7c7cd 100644
--- a/src/jtag/at91rm9200.c
+++ b/src/jtag/at91rm9200.c
@@ -104,7 +104,7 @@ struct device_t
struct device_t devices[] =
{
{ "rea_ecr", PIOD, P27, PIOA, NC, PIOD, P23, PIOD, P24, PIOD, P26, PIOC, P5 },
- { NULL, 0 }
+ { .name = NULL },
};
/* configuration */