[rtems-docs commit] bsp-howto: Specify name of clock driver init func

Sebastian Huber sebh at rtems.org
Tue Nov 8 05:47:32 UTC 2022


Module:    rtems-docs
Branch:    master
Commit:    355a65f21f36c8cbfa40e4e1aac959cb5d078765
Changeset: http://git.rtems.org/rtems-docs/commit/?id=355a65f21f36c8cbfa40e4e1aac959cb5d078765

Author:    Matt Joyce <matthew.joyce at embedded-brains.de>
Date:      Wed Oct 12 14:53:59 2022 +0200

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.
 



More information about the vc mailing list