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)
|
||||
{
|
||||
/* 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);
|
||||
/* power down */
|
||||
HW_POWER_RESET = HW_POWER_RESET__UNLOCK | HW_POWER_RESET__PWD;
|
||||
|
|
Loading…
Reference in a new issue