Skip to content

Commit 088140e

Browse files
author
Ari Parkkila
committed
Cellular: Mark CellularDevice::stop deprecated
1 parent e03180d commit 088140e

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)