Skip to content

Commit 24c6c4c

Browse files
authored
Merge pull request #11935 from AriParkkila/cell-depr-device
Cellular: Mark to be deprecated in CellularDevice
2 parents f2d211b + 088140e commit 24c6c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/cellular/framework/API/CellularDevice.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ class CellularDevice {
222222
/** Stop the current operation. Operations: set_device_ready, set_sim_ready, register_to_network, attach_to_network
223223
*
224224
*/
225+
MBED_DEPRECATED_SINCE("mbed-os-5.15", "Use CellularDevice::shutdown() instead.")
225226
void stop();
226227

227228
/** Get the current FileHandle item used when communicating with the modem.

0 commit comments

Comments
 (0)