This commit is contained in:
Your Name
2026-07-27 15:09:32 +03:00
commit fa89c89fbe
21 changed files with 1043 additions and 0 deletions
+11
View File
@@ -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