6 lines
115 B
C
6 lines
115 B
C
#ifndef USBD_DESC_H
|
|
#define USBD_DESC_H
|
|
#include "usbd_def.h"
|
|
extern USBD_DescriptorsTypeDef SaltyLab_Desc;
|
|
#endif
|