This is an automated email from the ASF dual-hosted git repository. marko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 8e95f60600ee5a5ad4711de8c310dc65157901f3 Author: Marko Kiiskila <ma...@apache.org> AuthorDate: Wed Jun 26 10:06:57 2019 +0300 hw/mcu/native; fix mistake in MCU_TIMER_POLLER_PRIO description. --- hw/mcu/native/syscfg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/mcu/native/syscfg.yml b/hw/mcu/native/syscfg.yml index f4e7287..e83b70e 100644 --- a/hw/mcu/native/syscfg.yml +++ b/hw/mcu/native/syscfg.yml @@ -67,6 +67,6 @@ syscfg.defs: type: task_priority value: 1 MCU_TIMER_POLLER_PRIO: - description: 'Priority of native UART poller task.' + description: 'Priority of native HAL timer task.' type: task_priority value: 0