Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 4a9feaf

Browse files
committed
Fix linker errors due to a duplicate SD driver
Remove the SD component for all targets since this repo is part of mbed-os-example-bootloader. This allows this example to work with both mbed-os version 5.9 and 5.10.
1 parent 52e1589 commit 4a9feaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mbed_app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
}
2323
},
2424
"target_overrides": {
25+
"*": {
26+
"target.components_remove": ["SD"]
27+
},
2528
"K64F": {
2629
"target.restrict_size": "0x40000",
2730
"sd_card_mosi": "PTE3",

0 commit comments

Comments
 (0)