From fb7189761d49bb177fd556f6603a0996a3f721a0 Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 26 Sep 2008 07:58:36 +0000 Subject: wip git-svn-id: svn://svn.berlios.de/openocd/trunk@1006 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/ecosboard.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/ecosboard.c') diff --git a/src/ecosboard.c b/src/ecosboard.c index 44c0f0b9..d1119003 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -96,10 +96,12 @@ struct tftpd_fileops fileops = #endif -#define ZYLIN_VERSION "1.42" +#define ZYLIN_VERSION "1.43" #define ZYLIN_DATE __DATE__ #define ZYLIN_TIME __TIME__ -#define ZYLIN_OPENOCD 921 +/* hmmm.... we can't pick up the right # during build if we've checked this out + * in Eclipse... arrggghh...*/ +#define ZYLIN_OPENOCD 1005 #define ZYLIN_OPENOCD_VERSION "Zylin JTAG ZY1000 " ZYLIN_VERSION " " ZYLIN_DATE " " ZYLIN_TIME #define ZYLIN_CONFIG_DIR "/config/settings" -- cgit v1.2.3