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:
parent
720787f75a
commit
10165b7d79
1 changed files with 12 additions and 0 deletions
|
@ -21,4 +21,16 @@ config UART_LINE_CTRL
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue