From c8bc2ddd05973c7442271988c76aeab3a0390635 Mon Sep 17 00:00:00 2001 From: xj Date: Sun, 2 Jun 2024 23:42:52 -0700 Subject: [PATCH] Add USB configure file --- .../XiZi_AIoT/services/drivers/usb/usb_config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h new file mode 100644 index 000000000..e691e6bd1 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h @@ -0,0 +1,17 @@ +#ifndef USB_CONFIG_H_ +#define USB_CONFIG_H_ + + + + + + + + + + + + + + +#endif