zephyr/samples/subsys/usb/console/arduino_101.overlay

11 lines
167 B
Plaintext

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