HM-60x: Implement power off.

Change-Id: Ia3ae38bba09996e1d1e6043f340dbbc3a2ad68b5
This commit is contained in:
Andrew Ryabinin 2012-01-15 17:40:10 +04:00
parent 7b28711f6c
commit 978e506f1b

View file

@ -28,7 +28,8 @@
void power_off(void)
{
GPIO_PCCON &= ~(1<<0);
while(1);
}
void power_init(void)