boards: bl654_usb: disable CDC ACM logging

Disable logging module in CDC ACM to prevent recursive logging loop when
CDC ACM is used as serial backend.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
This commit is contained in:
Tomasz Moń 2022-12-19 08:57:40 +01:00 committed by Fabio Baltieri
commit 85b7e1bc38

View file

@ -42,6 +42,14 @@ config USB_DEVICE_INITIALIZE_AT_BOOT
config SHELL_BACKEND_SERIAL_CHECK_DTR
default SHELL
# Logger cannot use itself to log
config USB_CDC_ACM_LOG_LEVEL
default 0
# Set USB log level to error only
config USB_DEVICE_LOG_LEVEL
default 1
endif #BL654_USB_SERIAL_BACKEND_CDCACM
config BT_CTLR