blob: fd78a706d2af592977dabff42b0b8aa5cedba1cf [file] [log] [blame]
/*
* Copyright (c) 2016 Intel Corporation
* Copyright (c) 2017 Phytec Messtechnik GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Sample app for USB DFU class driver. */
#include <zephyr.h>
#include <logging/sys_log.h>
void main(void)
{
/* Nothing to be done other than the selecting appropriate build
* config options. Use dfu-util to update the device.
*/
SYS_LOG_INF("This device supports USB DFU class.\n");
}