Skip to content

Commit

Permalink
dfu: pcd: Fix help text
Browse files Browse the repository at this point in the history
Fixes the help text which was incorrect

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Sep 10, 2024
1 parent a0b0e07 commit 06cc1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dfu/pcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ enum pcd_status {
* network core.
* @param len Length of the data which is to be copied into the network core.
*
* @retval 0 on success, -1 on failure.
* @retval 0 on success, an error code on failure.
*/
int pcd_network_core_update(const void *src_addr, size_t len);

Expand Down

0 comments on commit 06cc1a3

Please sign in to comment.