configs/pic32-starterkit/nsh converted to use the kconfig-frontends tools
This commit is contained in:
parent
74c50c12de
commit
07454e9241
@ -1091,7 +1091,8 @@ config PIC32MX_ICESEL
|
||||
|
||||
config PIC32MX_PROGFLASHWP
|
||||
hex "Program FLASH write protect"
|
||||
default 0xff
|
||||
default 0x3ff if ARCH_CHIP_PIC32MX1 || ARCH_CHIP_PIC32MX2
|
||||
default 0xff if !ARCH_CHIP_PIC32MX1 && !ARCH_CHIP_PIC32MX2
|
||||
---help---
|
||||
Program FLASH write protect. Default 0xff (disabled)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user