diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index ea13b477e907..7b1c7ce72e81 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -844,10 +844,6 @@ DFU libraries Modem libraries --------------- -* :ref:`lib_at_host`: - - * Updated to set the default termination mode to the :kconfig:option:`CONFIG_CR_LF_TERMINATION` Kconfig option instead of the :kconfig:option:`CONFIG_CR_TERMINATION` Kconfig option. - * :ref:`nrf_modem_lib_readme`: diff --git a/lib/at_host/Kconfig b/lib/at_host/Kconfig index e0a34dcb3f89..8beb35d24236 100644 --- a/lib/at_host/Kconfig +++ b/lib/at_host/Kconfig @@ -21,7 +21,7 @@ config AT_HOST_UART_INIT_TIMEOUT choice prompt "Termination Mode" - default CR_LF_TERMINATION + default CR_TERMINATION depends on AT_HOST_LIBRARY help Sets the termination ending from the serial terminal