Cellular: Mark CellularDevice::stop deprecated

pull/11935/head
Ari Parkkila 2019-11-25 02:31:32 -08:00
parent e03180d13d
commit 088140e04b
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ public:
/** Stop the current operation. Operations: set_device_ready, set_sim_ready, register_to_network, attach_to_network /** Stop the current operation. Operations: set_device_ready, set_sim_ready, register_to_network, attach_to_network
* *
*/ */
MBED_DEPRECATED_SINCE("mbed-os-5.15", "Use CellularDevice::shutdown() instead.")
void stop(); void stop();
/** Get the current FileHandle item used when communicating with the modem. /** Get the current FileHandle item used when communicating with the modem.