Skip to content

Commit 116d32b

Browse files
committed
Temporary fix for cdc-acm on older MacOSX.
1 parent 170870d commit 116d32b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hardware/arduino/sam/system/libsam/source/uotghs_device.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ uint32_t UDD_Init(void)
8585

8686
// Enable High Speed
8787
udd_low_speed_disable();
88-
udd_high_speed_enable();
88+
udd_high_speed_disable();
8989

9090
//otg_ack_vbus_transition();
9191
// Force Vbus interrupt in case of Vbus always with a high level
Binary file not shown.

0 commit comments

Comments
 (0)