Skip to content

Commit 616b4e7

Browse files
committed
Callback: Trivial default
Turn off `callback.non-trivial` by default to save ROM space.
1 parent d09d854 commit 616b4e7

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
@@ -125,7 +125,7 @@
125125
},
126126
"callback-nontrivial": {
127127
"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.",
128-
"value": true
128+
"value": false
129129
},
130130
"callback-comparable": {
131131
"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)