Skip to content

Commit 3142853

Browse files
author
Teppo Järvelin
committed
Fixed missing doxygen param.
1 parent 9531bbe commit 3142853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/API/CellularNetwork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class CellularNetwork : public NetworkInterface
225225

226226
/** Get the current network registering mode
227227
*
228-
* @param on successful return contains the current network registering mode
228+
* @param mode on successful return contains the current network registering mode
229229
* @return zero on success
230230
*/
231231
virtual nsapi_error_t get_network_registering_mode(NWRegisteringMode& mode) = 0;

0 commit comments

Comments
 (0)