Skip to content

Commit 031aeb2

Browse files
ananglnashif
authored andcommitted
tests: bluetooth: tester: Remove assignment to CONFIG_LOG_MINIMAL
The LOG_MINIMAL option is no longer user-configurable, as now it has no prompt. LOG_MODE_MINIMAL should be modified instead. But in this case, the assignment is redundant, as this option is not enabled by default. Remove it then, to align the configuration file for nrf5340dk_nrf5340_cpuapp with the one for nrf52840dk_nrf52840. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 8380070 commit 031aeb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/bluetooth/tester/boards/nrf5340dk_nrf5340_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ CONFIG_BT_DEBUG_LOG=y
1111
CONFIG_LOG_BUFFER_SIZE=4096
1212
CONFIG_RTT_CONSOLE=y
1313
CONFIG_LOG_BACKEND_RTT=y
14-
CONFIG_LOG_MINIMAL=n
1514
CONFIG_LOG_BACKEND_RTT_MODE_DROP=y
1615
CONFIG_USE_SEGGER_RTT=y
1716
CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=4096

0 commit comments

Comments
 (0)