snickerdoodle Platform Controller
firmware for STM32F0 platform controller
usbd_desc.h
Go to the documentation of this file.
1 
34 /* Define to prevent recursive inclusion -------------------------------------*/
35 #ifndef __USBD_DESC__H__
36 #define __USBD_DESC__H__
37 
38 #ifdef __cplusplus
39  extern "C" {
40 #endif
41 /* Includes ------------------------------------------------------------------*/
42 #include "usbd_def.h"
43 
78 extern USBD_DescriptorsTypeDef FS_Desc;
90 #ifdef __cplusplus
91 }
92 #endif
93 
94 #endif /* __USBD_DESC_H */
95 
103 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
USBD_DescriptorsTypeDef FS_Desc
Definition: usbd_desc.c:96