Revert unneeded change from r29026.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29027 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c5ce4d42e
commit
2e686eca63
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ void _backlight_hw_enable(bool on)
|
||||||
{
|
{
|
||||||
GPIO_CLEAR_BITWISE(GPIOD_OUTPUT_VAL, 0x80);
|
GPIO_CLEAR_BITWISE(GPIOD_OUTPUT_VAL, 0x80);
|
||||||
GPIO_CLEAR_BITWISE(GPIOB_OUTPUT_VAL, 0x08);
|
GPIO_CLEAR_BITWISE(GPIOB_OUTPUT_VAL, 0x08);
|
||||||
|
sleep(HZ/20);
|
||||||
}
|
}
|
||||||
enabled = on;
|
enabled = on;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue