From 355a65f21f36c8cbfa40e4e1aac959cb5d078765 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Wed, 12 Oct 2022 14:53:59 +0200 Subject: [PATCH] bsp-howto: Specify name of clock driver init func --- bsp-howto/clock.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp-howto/clock.rst b/bsp-howto/clock.rst index f3d30ce..043083f 100644 --- a/bsp-howto/clock.rst +++ b/bsp-howto/clock.rst @@ -65,8 +65,8 @@ Clock Tick Only Initialization ============== -The clock driver is initialized by a dedicated system initialization handler if -requested by the application configuration option +The clock driver is initialized by the ``_Clock_Initialize()`` system +initialization handler if requested by the application configuration option ``CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER``. The clock driver does not use the legacy IO driver framework.