1
0
Fork 0
forked from len0rd/rockbox

rk27generic: Implement power_off()

Change-Id: I6e7685c83c080cbeeff06c588971901e522e4f85
This commit is contained in:
Marcin Bukat 2012-03-02 16:50:58 +01:00
parent f30043a0db
commit e2d6f9290d

View file

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