Skip to content

Commit

Permalink
Update include/modem/pdn.h
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko Covizzi <[email protected]>
  • Loading branch information
nordic-hani and MirkoCovizzi authored Jan 14, 2025
1 parent 611a26f commit 260cd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/modem/pdn.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ int pdn_default_apn_get(char *buf, size_t len);
* @param cb The PDN event handler.
*
* @retval 0 Callback registered successfully, or the callback is already registered.
* @retval -EFAULT The provided cb function was \c NULL.
* @retval -EFAULT The provided cb parameter was \c NULL.
* @retval -ENOMEM Insufficient heap to allocate the PDP context.
*/
int pdn_default_ctx_cb_reg(pdn_event_handler_t cb);
Expand Down

0 comments on commit 260cd6e

Please sign in to comment.