Skip to content

Commit

Permalink
Revert "lib: at_host: use CRLF termination as default"
Browse files Browse the repository at this point in the history
This reverts commit 1318fd7.
The changes should be done in the nRF Connect tools instead.

Signed-off-by: Eivind Jølsgard <[email protected]>
  • Loading branch information
eivindj-nordic authored and rlubos committed Jun 4, 2024
1 parent f0efb36 commit a65bfcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`:


Expand Down
2 changes: 1 addition & 1 deletion lib/at_host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a65bfcd

Please sign in to comment.