Skip to content

Commit 0df2188

Browse files
authored
Merge pull request #12761 from kjbracey-arm/callback_trivial
Callback: Trivial default
2 parents d1ae0d5 + 616b4e7 commit 0df2188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"callback-nontrivial": {
122122
"help": "Enables support for non-trivial callable objects in Callback. Can be disabled to save ROM if no-one is using non-trivial types. Changing this value may cause incompatibility with pre-built binaries.",
123-
"value": true
123+
"value": false
124124
},
125125
"callback-comparable": {
126126
"help": "Enables support for comparing two Callbacks. See notes on operator== for limitations. Can be disabled to save ROM if not required.",

0 commit comments

Comments
 (0)