blob: 35aabdcd4887ef5d2b1e31f65f5743a03ab1ef4d [file] [log] [blame]
/*
* Copyright (c) 2018 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h>
#include <sys/printk.h>
void main(void)
{
printk("Bluetooth over USB sample\n");
}