Skip to content

Commit

Permalink
samples: cellular: at_client: disable legacy shim
Browse files Browse the repository at this point in the history
AT Client does not respond with the legacy shim enabled.
We need to disable it.

Signed-off-by: Maximilian Deubel <[email protected]>
(cherry picked from commit 6985c36)
  • Loading branch information
maxd-nordic authored and github-actions[bot] committed Nov 13, 2024
1 parent 8ffbe99 commit d5841e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/cellular/at_client/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_MAIN_STACK_SIZE=3072
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_AT_MONITOR_HEAP_SIZE=512

CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n

0 comments on commit d5841e7

Please sign in to comment.