Fix missing closing quotation mark

This commit is contained in:
Gregory Nutt 2014-09-19 13:00:42 -06:00
parent 4d73a908e5
commit 371347b144
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ config SIM_SPIFLASH_SUBSECTORSIZE
FLASH emulation
config SIM_SPIFLASH_PAGESIZE
int "FLASH Write / Program Page Size
int "FLASH Write / Program Page Size"
default 256
depends on SIM_SPIFLASH
---help---