1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-15 11:26:40 +03:00

[SAM] HID and CDC verified okay on Linux/Mac by Cristian. Fixed OTG clock

init issue. CDC is not working correctly under Windows (possible inf
issue).
This commit is contained in:
Thibault RICHARD
2012-05-07 20:12:00 +02:00
parent 84e887003d
commit d6d23c530a
6 changed files with 18 additions and 77 deletions

View File

@@ -75,8 +75,8 @@ uint32_t UDD_Init(void)
otg_unfreeze_clock();
// Check USB clock
while (!Is_otg_clock_usable())
;
//while (!Is_otg_clock_usable())
// ;
udd_low_speed_disable();
udd_high_speed_disable();