summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2018-04-22 19:00:03 -0600
committerBdale Garbee <bdale@gag.com>2018-04-22 19:00:03 -0600
commit20dc0e6c8e365c1f4188189d506163d589c3bade (patch)
tree0cf53e4e35adc83f5ffaaa5498c7e96146f489a3 /src
parent0b58d3067d994319b73c2bd15817f6922257ece2 (diff)
add a warning about Google limiting per-day access until/unless we pay
Diffstat (limited to 'src')
-rw-r--r--src/stmf0/ao_usb_stm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stmf0/ao_usb_stm.c b/src/stmf0/ao_usb_stm.c
index bf08abc1..483d2419 100644
--- a/src/stmf0/ao_usb_stm.c
+++ b/src/stmf0/ao_usb_stm.c
@@ -1447,7 +1447,7 @@ ao_usb_enable(void)
ao_arch_release_interrupts();
- for (t = 0; t < 1000; t++)
+ for (t = 0; t < 50000; t++)
ao_arch_nop();
/* Enable USB pull-up */