mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-26 23:36:37 -04:00
imx233: fix comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30984 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d8666336a7
commit
0cd832a6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ void power_init(void)
|
||||||
|
|
||||||
void power_off(void)
|
void power_off(void)
|
||||||
{
|
{
|
||||||
/* wait one second, useful for the user to stop touching anything */
|
/* wait a bit, useful for the user to stop touching anything */
|
||||||
sleep(HZ / 2);
|
sleep(HZ / 2);
|
||||||
/* power down */
|
/* power down */
|
||||||
HW_POWER_RESET = HW_POWER_RESET__UNLOCK | HW_POWER_RESET__PWD;
|
HW_POWER_RESET = HW_POWER_RESET__UNLOCK | HW_POWER_RESET__PWD;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue