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

Loading…
Cancel
Save