Skip to content

Commit cb76054

Browse files
author
Janne Kiiskila
committed
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).
1 parent e1d5f2b commit cb76054

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/storage/kvstore/conf/global/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"NUCLEO_F429ZI": {
2121
"storage_type": "TDB_INTERNAL"
2222
},
23+
"DISCO_H747I": {
24+
"storage_type": "TDB_INTERNAL"
25+
},
2326
"UBLOX_EVK_ODIN_W2": {
2427
"storage_type": "TDB_INTERNAL"
2528
},

0 commit comments

Comments
 (0)