summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Joyce <matthew.joyce@embedded-brains.de>2022-10-12 14:53:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-08 06:59:24 +0100
commit355a65f21f36c8cbfa40e4e1aac959cb5d078765 (patch)
tree23169c44b7d8a8687cbe411a15205dc1fa586392
parentUpdate build system related sections for RTEMS 6 (diff)
downloadrtems-docs-355a65f21f36c8cbfa40e4e1aac959cb5d078765.tar.bz2
bsp-howto: Specify name of clock driver init func
-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.