mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
3cb734df16
commit
03745c8ed9
|
@ -20,6 +20,9 @@
|
||||||
"NUCLEO_F429ZI": {
|
"NUCLEO_F429ZI": {
|
||||||
"storage_type": "TDB_INTERNAL"
|
"storage_type": "TDB_INTERNAL"
|
||||||
},
|
},
|
||||||
|
"DISCO_H747I": {
|
||||||
|
"storage_type": "TDB_INTERNAL"
|
||||||
|
},
|
||||||
"UBLOX_EVK_ODIN_W2": {
|
"UBLOX_EVK_ODIN_W2": {
|
||||||
"storage_type": "TDB_INTERNAL"
|
"storage_type": "TDB_INTERNAL"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue