Browse Source

can't type

pull/1/head
Bob-the-Kuhn 6 years ago
parent
commit
7f1afbfd60
  1. 5
      Marlin/src/HAL/HAL_DUE/usb/conf_usb.h

5
Marlin/src/HAL/HAL_DUE/usb/conf_usb.h

@ -91,13 +91,12 @@
//! To define a Full speed device
//#define USB_DEVICE_FULL_SPEED
//! To authorize the High speed
#ifndef USB_DEVICE_FULL_SPEED
#if (UC3A3||UC3A4)
//# define USB_DEVICE_HS_SUPPORT
#define USB_DEVICE_HS_SUPPORT
#elif (SAM3XA||SAM3U)
//# define USB_DEVICE_HS_SUPPORT
#define USB_DEVICE_HS_SUPPORT
#endif
#endif
//@}

Loading…
Cancel
Save