boards: croxel_cx1825: disable CDC-ACM logging by default

Disable this explicitly as done for other boards using a USB console by
default, prevents a build warning:

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2024-05-06 16:03:50 +00:00 committed by Fabio Baltieri
commit aa72e8178c

View file

@ -6,4 +6,13 @@ if BOARD_CROXEL_CX1825
config BT_CTLR
default BT
if LOG
# Logger cannot use itself to log
choice USB_CDC_ACM_LOG_LEVEL_CHOICE
default USB_CDC_ACM_LOG_LEVEL_OFF
endchoice
endif # LOG
endif # BOARD_CROXEL_CX1825