File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/cellular/easy_cellular Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ class CellularConnectionFSM
118
118
CellularDevice *get_device ();
119
119
120
120
/* * Get cellular sim interface. SIM interface is released when moving from STATE_ATTACHING_NETWORK to STATE_ACTIVATING_PDP_CONTEXT.
121
- * After SIM interface is closed this method will return NULL and any instances fetched via this method are invalid.
122
- * SIM interface can be created again via CellularDevice which you can get with the method get_device().
121
+ * After SIM interface is closed, this method returns NULL, and any instances fetched using this method are invalid.
122
+ * SIM interface can be created again using CellularDevice, which you can get with the method get_device().
123
123
* @return sim interface, NULL on failure
124
124
*/
125
125
CellularSIM *get_sim ();
You can’t perform that action at this time.
0 commit comments