DISCO_H747I - define default storage (TDB_INTERNAL)

DeviceKey needs the definition of the default storage place,
define it to be TDB_INTERNAL (as for the other boards).
pull/11619/head
Janne Kiiskila 2019-10-03 17:11:55 +03:00
parent 8e5f962151
commit 655274a16e
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
"NUCLEO_F429ZI": {
"storage_type": "TDB_INTERNAL"
},
"DISCO_H747I": {
"storage_type": "TDB_INTERNAL"
},
"UBLOX_EVK_ODIN_W2": {
"storage_type": "TDB_INTERNAL"
},