doc: sphinx-lint: fix missing-colon-in-role
used sphinx-lint to catch sphinx roles missing a colon. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
ccc4357f0a
commit
2168705d0a
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ be selected by enabling the Kconfig's for the required callbacks (see
|
|||
:ref:`mcumgr_cb_events` for further details). A callback function with the
|
||||
:c:type:`mgmt_cb` type definition can then be declared and registered by
|
||||
calling :c:func:`mgmt_callback_register` for the desired event inside of a
|
||||
:c:struct`mgmt_callback` structure. Handlers are called in the order that they
|
||||
:c:struct:`mgmt_callback` structure. Handlers are called in the order that they
|
||||
were registered.
|
||||
|
||||
With the system enabled, a basic handler can be set up and defined in
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ I2C buses have a default implementation which allows apps to leverage the RTIO w
|
|||
vendors implement the submit function. With this queue, any I2C bus driver that does not implement
|
||||
the ``iodev_submit`` function will defer to a work item which will perform a blocking I2C
|
||||
transaction. To change the pool size, set a different value to
|
||||
:kconfig:option`CONFIG_RTIO_WORKQ_POOL_ITEMS`.
|
||||
:kconfig:option:`CONFIG_RTIO_WORKQ_POOL_ITEMS`.
|
||||
|
||||
API Reference
|
||||
*************
|
||||
|
|
|
|||
Loading…
Reference in a new issue