diff --git a/platform/mbed_lib.json b/platform/mbed_lib.json index 94fc4c7982..e8ee29336c 100644 --- a/platform/mbed_lib.json +++ b/platform/mbed_lib.json @@ -125,7 +125,7 @@ }, "callback-nontrivial": { "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.", - "value": true + "value": false }, "callback-comparable": { "help": "Enables support for comparing two Callbacks. See notes on operator== for limitations. Can be disabled to save ROM if not required.",