Skip to content

Commit 6406ab0

Browse files
committed
equeue: added help text for new config option use-lowpower-timer-ticker
1 parent eacc276 commit 6406ab0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

events/mbed_lib.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"help": "Event buffer size (bytes) for shared high-priority event queue",
2323
"value": 256
2424
},
25-
"use-lowpower-timer-ticker": 0
25+
"use-lowpower-timer-ticker": {
26+
"help": "Enable use of low power timer and ticker classes. May reduce the accuracy of the event queue.",
27+
"value": 0
28+
}
2629
}
2730
}

0 commit comments

Comments
 (0)