summaryrefslogtreecommitdiff
path: root/src/flash/lpc2000.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-19 08:16:58 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-19 08:16:58 +0000
commita88532bc6061ccc74ca08de161ec6fecf88a85b0 (patch)
tree7a1b0d1cf802cb5ed794340519d7103ec6270cd7 /src/flash/lpc2000.h
parent7d6b4b42f61debb058013c4179f29f7fa09d8548 (diff)
downloadopenocd+libswd-a88532bc6061ccc74ca08de161ec6fecf88a85b0.tar.gz
openocd+libswd-a88532bc6061ccc74ca08de161ec6fecf88a85b0.tar.bz2
openocd+libswd-a88532bc6061ccc74ca08de161ec6fecf88a85b0.tar.xz
openocd+libswd-a88532bc6061ccc74ca08de161ec6fecf88a85b0.zip
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
git-svn-id: svn://svn.berlios.de/openocd/trunk@1466 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/lpc2000.h')
-rw-r--r--src/flash/lpc2000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/lpc2000.h b/src/flash/lpc2000.h
index 976ac919..c527588c 100644
--- a/src/flash/lpc2000.h
+++ b/src/flash/lpc2000.h
@@ -32,7 +32,7 @@ typedef struct lpc2000_flash_bank_s
int cmd51_can_256b;
int cmd51_can_8192b;
int calc_checksum;
- int cmd51_max_buffer;
+ u32 cmd51_max_buffer;
} lpc2000_flash_bank_t;
enum lpc2000_status_codes