From 9f204d3db383355ceb2a289ece09a7a1fc7ecb09 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> Date: Tue, 8 Aug 2006 23:07:44 +0000 Subject: add unthrottling call git-svn-id: https://svn.openpcd.org:2342/trunk@94 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpcd/firmware/src/main_pwm.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openpcd') 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); } -- cgit v1.2.3