Skip to content

Commit 305dc94

Browse files
authored
Merge pull request #156 from ARMmbed/use_std_lib
Use c_lib std by default
2 parents 25d5b62 + 8f297a7 commit 305dc94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed_app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"target_overrides": {
1111
"*": {
1212
"target.features_add" : ["BOOTLOADER", "STORAGE"],
13+
"target.c_lib" : "std",
1314
"platform.stdio-baud-rate" : 115200,
1415
"platform.stdio-convert-newlines" : true,
1516
"platform.stdio-buffered-serial" : true,

0 commit comments

Comments
 (0)