diff --git a/hardware/arduino/sam/system/libsam/source/uotghs_device.c b/hardware/arduino/sam/system/libsam/source/uotghs_device.c index dff259658..3ebdcb202 100644 --- a/hardware/arduino/sam/system/libsam/source/uotghs_device.c +++ b/hardware/arduino/sam/system/libsam/source/uotghs_device.c @@ -85,7 +85,7 @@ uint32_t UDD_Init(void) // Enable High Speed udd_low_speed_disable(); - udd_high_speed_enable(); + udd_high_speed_disable(); //otg_ack_vbus_transition(); // Force Vbus interrupt in case of Vbus always with a high level diff --git a/hardware/arduino/sam/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a b/hardware/arduino/sam/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a index d2c99e8b0..b3f2d942d 100644 Binary files a/hardware/arduino/sam/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a and b/hardware/arduino/sam/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a differ