From 6406ab05c67674695b7490028fa7d7389c8a87ae Mon Sep 17 00:00:00 2001 From: Michael Kaplan Date: Wed, 18 Oct 2017 11:13:39 +0200 Subject: [PATCH] equeue: added help text for new config option use-lowpower-timer-ticker --- events/mbed_lib.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/events/mbed_lib.json b/events/mbed_lib.json index 4e77731377..1dbc1794b4 100644 --- a/events/mbed_lib.json +++ b/events/mbed_lib.json @@ -22,6 +22,9 @@ "help": "Event buffer size (bytes) for shared high-priority event queue", "value": 256 }, - "use-lowpower-timer-ticker": 0 + "use-lowpower-timer-ticker": { + "help": "Enable use of low power timer and ticker classes. May reduce the accuracy of the event queue.", + "value": 0 + } } }