stm32f1x: improve variable naming and avoid potential divide-by-zero
commita1f6b6612ba66da25161bcf6856e84a8e5453dc0
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Thu, 17 Nov 2011 00:26:58 +0000 (17 01:26 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 17 Nov 2011 17:28:13 +0000 (17 17:28 +0000)
treede85b87e17d5381d543cec1648df569ab1ca7675
parent7af4ec859db39ef9618032780ceb3ca99a205dcd
stm32f1x: improve variable naming and avoid potential divide-by-zero

Don't call a variable num_pages if it holds the flash size. Also rearrange
flash size to num_pages calculation to avoid divide-by-zero if there will
be a device with < 1024 byte pages someday.

Change-Id: I2febea39694a2f9750de141f52ec88ae1599c086
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/211
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/flash/nor/stm32f1x.c