diff options
Diffstat (limited to 'docs/library/zephyr.rst')
-rw-r--r-- | docs/library/zephyr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/zephyr.rst b/docs/library/zephyr.rst index da3d14a09..10676d908 100644 --- a/docs/library/zephyr.rst +++ b/docs/library/zephyr.rst @@ -32,7 +32,7 @@ Functions * *CPU utilization is only printed if runtime statistics are configured via the ``CONFIG_THREAD_RUNTIME_STATS`` kconfig* This function can only be accessed if ``CONFIG_THREAD_ANALYZER`` is configured for the port in ``zephyr/prj.conf``. - For more infomation, see documentation for Zephyr `thread analyzer + For more information, see documentation for Zephyr `thread analyzer <https://docs.zephyrproject.org/latest/guides/debug_tools/thread-analyzer.html#thread-analyzer>`_. .. function:: shell_exec(cmd_in) |