Callback: Trivial default

Turn off `callback.non-trivial` by default to save ROM space.
pull/12761/head
Kevin Bracey 2019-11-21 09:51:24 +02:00
parent d09d85431c
commit 616b4e7bd8
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
}, },
"callback-nontrivial": { "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.", "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": { "callback-comparable": {
"help": "Enables support for comparing two Callbacks. See notes on operator== for limitations. Can be disabled to save ROM if not required.", "help": "Enables support for comparing two Callbacks. See notes on operator== for limitations. Can be disabled to save ROM if not required.",