From: drath Date: Wed, 27 Feb 2008 17:25:33 +0000 (+0000) Subject: - fix typo in ep93xx jtag driver to allow OpenOCD compilation on ARM (thanks to Uwe... X-Git-Tag: v0.1.0~931 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8eab9e79742f39e32245943d72453f8191448fbb;p=openocd - 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 --- diff --git a/src/jtag/ep93xx.c b/src/jtag/ep93xx.c index aa62ad5b..f7f741fe 100644 --- a/src/jtag/ep93xx.c +++ b/src/jtag/ep93xx.c @@ -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)