From cbdabf3adced7dfbdb4b36f47a10ddd7b57dcee8 Mon Sep 17 00:00:00 2001 From: xj Date: Thu, 6 Jun 2024 19:06:37 -0700 Subject: [PATCH] Ajust code tree --- .../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