phonepad:modify mu509 shutdown time

This commit is contained in:
qiuen
2012-02-16 17:52:28 +08:00
parent 597a0783eb
commit f66b133848

View File

@@ -93,7 +93,6 @@ int modem_poweron_off(int on_off)
{
MODEMDBG("------------modem_poweroff\n");
gpio_set_value(pdata->bp_power, GPIO_LOW);
msleep(2500);
gpio_set_value(pdata->bp_power, GPIO_HIGH);
msleep(2500);
gpio_set_value(pdata->bp_power, GPIO_LOW);