refactor: move CHERRYUSB_VERSION and CHERRYUSB_VERSION_STR into usb_version.h

This commit is contained in:
sakumisu
2024-08-16 14:16:45 +08:00
parent b171b28a75
commit 143a5ce3fd
10 changed files with 23 additions and 21 deletions

View File

@@ -23,6 +23,7 @@ extern "C" {
#include "usb_log.h"
#include "usb_dc.h"
#include "usb_memcpy.h"
#include "usb_version.h"
enum usbd_event_type {
/* USB DCD IRQ */