- fix typo in ep93xx jtag driver to allow OpenOCD compilation on ARM (thanks to Uwe Hermann for the patch)

git-svn-id: svn://svn.berlios.de/openocd/trunk@358 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
drath 2008-02-27 17:25:33 +00:00
parent 796fa81a2b
commit 8eab9e7974
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ bitbang_interface_t ep93xx_bitbang =
.read = ep93xx_read,
.write = ep93xx_write,
.reset = ep93xx_reset,
.blink = 0;
.blink = 0,
};
int ep93xx_read(void)