- 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
This commit is contained in:
parent
796fa81a2b
commit
8eab9e7974
|
@ -77,7 +77,7 @@ bitbang_interface_t ep93xx_bitbang =
|
||||||
.read = ep93xx_read,
|
.read = ep93xx_read,
|
||||||
.write = ep93xx_write,
|
.write = ep93xx_write,
|
||||||
.reset = ep93xx_reset,
|
.reset = ep93xx_reset,
|
||||||
.blink = 0;
|
.blink = 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
int ep93xx_read(void)
|
int ep93xx_read(void)
|
||||||
|
|
Loading…
Reference in New Issue