Skip to content

Commit c278b6e

Browse files
authored
Merge pull request #12 from dgreen-arm/remove-sd-from-example
Update example to use Mbed OS 5.11.2
2 parents 64f62b1 + fe380b9 commit c278b6e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#c966348d3f9ca80843be7cdc9b748f06ea73ced0
1+
https://github.com/ARMmbed/mbed-os/#a8f0c33eaa2c52babff9655417c36f4b5edd54d7

mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"target_overrides": {
33
"*": {
44
"platform.stdio-convert-newlines": true,
5-
"target.extra_labels_add": ["PSA"]
5+
"target.extra_labels_add": ["PSA"],
6+
"target.components_remove": ["SD"]
67
}
78
},
89
"macros": [

0 commit comments

Comments
 (0)