1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Temporary fix for cdc-acm on older MacOSX.

This commit is contained in:
Cristian Maglie 2012-08-25 18:01:50 +02:00
parent 170870d9aa
commit 116d32bb31
2 changed files with 1 additions and 1 deletions

View File

@ -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