Browse Source

can't type

Bob-the-Kuhn 7 years ago
parent
commit
7f1afbfd60
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      Marlin/src/HAL/HAL_DUE/usb/conf_usb.h

+ 2
- 3
Marlin/src/HAL/HAL_DUE/usb/conf_usb.h View File

91
 //! To define a Full speed device
91
 //! To define a Full speed device
92
 //#define  USB_DEVICE_FULL_SPEED
92
 //#define  USB_DEVICE_FULL_SPEED
93
 
93
 
94
-
95
 //! To authorize the High speed
94
 //! To authorize the High speed
96
 #ifndef USB_DEVICE_FULL_SPEED
95
 #ifndef USB_DEVICE_FULL_SPEED
97
   #if (UC3A3||UC3A4)
96
   #if (UC3A3||UC3A4)
98
-  //#  define  USB_DEVICE_HS_SUPPORT
97
+    #define  USB_DEVICE_HS_SUPPORT
99
   #elif (SAM3XA||SAM3U)
98
   #elif (SAM3XA||SAM3U)
100
-  //#  define  USB_DEVICE_HS_SUPPORT
99
+    #define  USB_DEVICE_HS_SUPPORT
101
   #endif
100
   #endif
102
 #endif
101
 #endif
103
 //@}
102
 //@}

Loading…
Cancel
Save