11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2018 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,console = &usb_cdc;
|
||
|
};
|
||
|
};
|