Skip to content

Commit 37a152a

Browse files
MirkoCovizzirlubos
authored andcommitted
doc: nrf: releases: remove linking to removed functions
Removes linking to removed functions in the LTE link controller. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 145e29b commit 37a152a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -896,13 +896,13 @@ Modem libraries
896896

897897
* Removed:
898898

899-
* The :c:func:`lte_lc_init` function.
899+
* The ``lte_lc_init`` function.
900900
All instances of this function can be removed without any additional actions.
901-
* The :c:func:`lte_lc_deinit` function.
901+
* The ``lte_lc_deinit`` function.
902902
Use the :c:func:`lte_lc_power_off` function instead.
903-
* The :c:func:`lte_lc_init_and_connect` function.
903+
* The ``lte_lc_init_and_connect`` function.
904904
Use the :c:func:`lte_lc_connect` function instead.
905-
* The :c:func:`lte_lc_init_and_connect_async` function.
905+
* The ``lte_lc_init_and_connect_async`` function.
906906
Use the :c:func:`lte_lc_connect_async` function instead.
907907
* The ``CONFIG_LTE_NETWORK_USE_FALLBACK`` Kconfig option.
908908
Use the :kconfig:option:`CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT` or :kconfig:option:`CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS` Kconfig option instead.

0 commit comments

Comments
 (0)