fix typo via github web interface

This commit is contained in:
Felix Ruess
2011-08-24 12:10:44 +03:00
parent 029a60d8ad
commit 893a18846a
@@ -117,7 +117,7 @@ static int32_t flash_detect(struct FlashInfo* flash) {
case 0x00008000: /* 32 kBytes */
/* medium density, e.g. STM32F103RBT6 (Olimex STM32-H103) */
case 0x00010000: /* 64 kBytes */
case 0x00200000: /* 128 kBytes */
case 0x00020000: /* 128 kBytes */
{
flash->page_size = 0x400;
break;