Rick Altherr <kc8apf@kc8apf.net> - fix warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1126 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-11-03 07:22:14 +00:00
parent 9f58ef3a58
commit 199ebae564
5 changed files with 7 additions and 7 deletions

View File

@@ -1178,7 +1178,7 @@ int default_flash_blank_check(struct flash_bank_s *bank)
int i;
int retval;
int fast_check = 0;
int blank;
u32 blank;
if (bank->target->state != TARGET_HALTED)
{