summaryrefslogtreecommitdiffstats
path: root/bsp-howto
diff options
context:
space:
mode:
Diffstat (limited to 'bsp-howto')
-rw-r--r--bsp-howto/clock.rst4
1 files 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.