Remove default power on/off functions

pull/10484/head
Chris Trowbridge 2019-04-25 14:16:34 -04:00
parent 841607d029
commit 1a20ea11af
1 changed files with 0 additions and 20 deletions

View File

@ -86,23 +86,3 @@ CellularDevice *CellularDevice::get_default_instance()
return &device;
}
#endif
nsapi_error_t TELIT_ME910::hard_power_on()
{
return AT_CellularDevice::hard_power_on();
}
nsapi_error_t TELIT_ME910::hard_power_off()
{
return AT_CellularDevice::hard_power_off();
}
nsapi_error_t TELIT_ME910::soft_power_on()
{
return AT_CellularDevice::soft_power_on();
}
nsapi_error_t TELIT_ME910::soft_power_off()
{
return AT_CellularDevice::soft_power_off();
}