equeue: added help text for new config option use-lowpower-timer-ticker

pull/5328/head
Michael Kaplan 2017-10-18 11:13:39 +02:00
parent eacc27659d
commit 6406ab05c6
1 changed files with 4 additions and 1 deletions

View File

@ -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
}
}
}