Skip to content

Commit 6a31c7c

Browse files
author
Chris Trowbridge
authored
Remove default power on/off functions
1 parent ce1785f commit 6a31c7c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

features/cellular/framework/targets/TELIT/ME910/TELIT_ME910.cpp

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -86,23 +86,3 @@ CellularDevice *CellularDevice::get_default_instance()
8686
return &device;
8787
}
8888
#endif
89-
90-
nsapi_error_t TELIT_ME910::hard_power_on()
91-
{
92-
return AT_CellularDevice::hard_power_on();
93-
}
94-
95-
nsapi_error_t TELIT_ME910::hard_power_off()
96-
{
97-
return AT_CellularDevice::hard_power_off();
98-
}
99-
100-
nsapi_error_t TELIT_ME910::soft_power_on()
101-
{
102-
return AT_CellularDevice::soft_power_on();
103-
}
104-
105-
nsapi_error_t TELIT_ME910::soft_power_off()
106-
{
107-
return AT_CellularDevice::soft_power_off();
108-
}

0 commit comments

Comments
 (0)