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/11894/head
Janne Kiiskila 2019-10-03 17:11:55 +03:00 committed by adbridge
parent 3cb734df16
commit 03745c8ed9
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"
},