We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1785f commit 6a31c7cCopy full SHA for 6a31c7c
features/cellular/framework/targets/TELIT/ME910/TELIT_ME910.cpp
@@ -86,23 +86,3 @@ CellularDevice *CellularDevice::get_default_instance()
86
return &device;
87
}
88
#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