mirror of https://github.com/ARMmbed/mbed-os.git
Remove default power on/off functions
parent
841607d029
commit
1a20ea11af
|
@ -86,23 +86,3 @@ CellularDevice *CellularDevice::get_default_instance()
|
||||||
return &device;
|
return &device;
|
||||||
}
|
}
|
||||||
#endif
|
#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();
|
|
||||||
}
|
|
Loading…
Reference in New Issue