boards: degu_evk: disable CDC ACM logging

Board degu_evk uses CDC ACM UART as default backend for logging.
Disable logging module in CDC ACM to prevent recursive logging loop.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2022-12-16 18:35:53 +01:00 committed by Carles Cufí
commit 10165b7d79

View file

@ -21,4 +21,16 @@ config UART_LINE_CTRL
endif # USB_DEVICE_STACK endif # USB_DEVICE_STACK
if LOG
# 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 # LOG
endif # BOARD_DEGU_EVK endif # BOARD_DEGU_EVK