mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
SAMv7 Kconfig: Correct range of SAMV7_PROGMEM_NSECTORS
This commit is contained in:
committed by
Gregory Nutt
parent
947aa792db
commit
fec1931def
@@ -664,7 +664,7 @@ if SAMV7_PROGMEM
|
||||
config SAMV7_PROGMEM_NSECTORS
|
||||
int "Number of 128KB sectors"
|
||||
default 4
|
||||
range 1 15
|
||||
range 1 16
|
||||
---help---
|
||||
This is the number of 128KB FLASH sectors at the end of the program
|
||||
flash memory that will be reserved for use with by the interfaces
|
||||
|
||||
Reference in New Issue
Block a user