Update the internal kvstore size to from 7k to 65K for device that use the internal flash for kvstore

pull/11747/head
midd 2019-10-23 12:08:05 -07:00
parent 6240335855
commit 6fbc610448
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"internal_base_address": "0x00200000"
},
"MCU_PSOC6": {
"internal_size": "7168"
"internal_size": "0x10000"
}
}
}