First
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef USB_CONF_H
|
||||
#define USB_CONF_H
|
||||
|
||||
|
||||
#include <zephyr/usb/usbd.h>
|
||||
|
||||
struct usbd_context *usb_device_setup(usbd_msg_cb_t msg_cb);
|
||||
struct usbd_context *usb_device_init(usbd_msg_cb_t msg_cb);
|
||||
|
||||
|
||||
#endif // USB_CONF_H
|
||||
Reference in New Issue
Block a user