can't type
This commit is contained in:
parent
23760d6c14
commit
7f1afbfd60
1 changed files with 2 additions and 3 deletions
|
@ -91,13 +91,12 @@
|
||||||
//! To define a Full speed device
|
//! To define a Full speed device
|
||||||
//#define USB_DEVICE_FULL_SPEED
|
//#define USB_DEVICE_FULL_SPEED
|
||||||
|
|
||||||
|
|
||||||
//! To authorize the High speed
|
//! To authorize the High speed
|
||||||
#ifndef USB_DEVICE_FULL_SPEED
|
#ifndef USB_DEVICE_FULL_SPEED
|
||||||
#if (UC3A3||UC3A4)
|
#if (UC3A3||UC3A4)
|
||||||
//# define USB_DEVICE_HS_SUPPORT
|
#define USB_DEVICE_HS_SUPPORT
|
||||||
#elif (SAM3XA||SAM3U)
|
#elif (SAM3XA||SAM3U)
|
||||||
//# define USB_DEVICE_HS_SUPPORT
|
#define USB_DEVICE_HS_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
//@}
|
//@}
|
||||||
|
|
Reference in a new issue