imx233: fix comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30984 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-11-14 21:07:52 +00:00
parent d8666336a7
commit 0cd832a6d4

View file

@ -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;