Skip to content

Commit

Permalink
Update include/modem/pdn.h
Browse files Browse the repository at this point in the history
will be squashed

Co-authored-by: Tommi Rantanen <[email protected]>
  • Loading branch information
TaeZStkyoht and trantanen authored Jan 9, 2025
1 parent 5ef88bc commit a660f32
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 @@ -235,7 +235,7 @@ __deprecated int pdn_dynamic_params_get(uint8_t cid, struct in_addr *dns4_pri,
*
* @return Zero on success or an error code on failure.
*/
int pdn_dynamic_info_get(uint32_t cid, struct pdn_dynamic_info *populated_info);
int pdn_dynamic_info_get(uint32_t cid, struct pdn_dynamic_info *pdn_info);

/**
* @brief Retrieve the default Access Point Name (APN).
Expand Down

0 comments on commit a660f32

Please sign in to comment.