From a88532bc6061ccc74ca08de161ec6fecf88a85b0 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 19 Apr 2009 08:16:58 +0000 Subject: Zach Welch fix signed/unsigned comparisons git-svn-id: svn://svn.berlios.de/openocd/trunk@1466 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/lpc2000.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/lpc2000.h') 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 -- cgit v1.2.3