forked from len0rd/rockbox
Restore return statement in kernel-as3525.c that was accidentally removed in r26330. This fixes c200v2 black screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b242db9c32
commit
36c6f3d13f
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ static inline void do_sw_pwm(void)
|
||||||
{
|
{
|
||||||
if (!timer2_pwm_on) {
|
if (!timer2_pwm_on) {
|
||||||
do_scrollwheel(); /* Handle scrollwheel and tick tasks */
|
do_scrollwheel(); /* Handle scrollwheel and tick tasks */
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
timer2_pwm_state ^= 1;
|
timer2_pwm_state ^= 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue