diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-08 23:07:44 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-08 23:07:44 +0000 |
commit | 9f204d3db383355ceb2a289ece09a7a1fc7ecb09 (patch) | |
tree | a0db57cc85f6d916c92ff175bbe773b3696951b6 | |
parent | 60d3bef2c4e6da267fe41ffb22f376ad34d47ef3 (diff) |
add unthrottling call
git-svn-id: https://svn.openpcd.org:2342/trunk@94 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/main_pwm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openpcd/firmware/src/main_pwm.c b/openpcd/firmware/src/main_pwm.c index 26e073a..c48fe4e 100644 --- a/openpcd/firmware/src/main_pwm.c +++ b/openpcd/firmware/src/main_pwm.c @@ -236,7 +236,10 @@ void _main_func(void) /* next we deal with incoming reqyests from USB EP1 (OUT) */ usb_in_process(); + /* try unthrottling sources since we now are [more] likely to + * have empty request contexts */ rc632_unthrottle(); + ssc_rx_unthrottle(); led_toggle(2); } |