Skip to content

Commit e0e8f74

Browse files
committed
samples: periphera: lpuart: disable uart int for console uart
Adaptation after console uart was changes from uart20 to uart30. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent eccac9b commit e0e8f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/peripheral/lpuart/boards/nrf54lv10dk_nrf54lv10a_cpuapp.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
CONFIG_UART_21_ASYNC=y
77
CONFIG_UART_21_INTERRUPT_DRIVEN=n
88
# Do not use interrupt driven API for console UART to not enable RX.
9-
CONFIG_UART_20_INTERRUPT_DRIVEN=n
9+
CONFIG_UART_30_INTERRUPT_DRIVEN=n

0 commit comments

Comments
 (0)