bsp-howto: Specify name of clock driver init func

This commit is contained in:
Matt Joyce 2022-10-12 14:53:59 +02:00 committed by Sebastian Huber
parent 31199e3a69
commit 355a65f21f

View File

@ -65,8 +65,8 @@ Clock Tick Only
Initialization Initialization
============== ==============
The clock driver is initialized by a dedicated system initialization handler if The clock driver is initialized by the ``_Clock_Initialize()`` system
requested by the application configuration option initialization handler if requested by the application configuration option
``CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER``. The clock driver does not use the ``CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER``. The clock driver does not use the
legacy IO driver framework. legacy IO driver framework.