[PATCH] bsp-howto: Specify name of clock driver init func
Matthew Joyce
matthew.joyce at embedded-brains.de
Wed Oct 12 12:53:59 UTC 2022
From: Matt Joyce <matthew.joyce at embedded-brains.de>
---
bsp-howto/clock.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsp-howto/clock.rst b/bsp-howto/clock.rst
index f3d30ce..b03f5ce 100644
--- a/bsp-howto/clock.rst
+++ b/bsp-howto/clock.rst
@@ -65,7 +65,7 @@ Clock Tick Only
Initialization
==============
-The clock driver is initialized by a dedicated system initialization handler if
+The clock driver is initialized by the ``_Clock_Initialize()`` handler if
requested by the application configuration option
``CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER``. The clock driver does not use the
legacy IO driver framework.
--
2.31.1
More information about the devel
mailing list