retention: Fix documentation issue
Fixes a minor issue with the return value in the documentation Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
b88948d4e7
commit
2aa6b81b64
|
@ -41,7 +41,7 @@ extern "C" {
|
|||
* @param val Where the return information will be placed.
|
||||
* @param val_len_max The maximum size of the provided buffer.
|
||||
*
|
||||
* @retval 0 If successful.
|
||||
* @retval >= 0 If successful (contains length of read value)
|
||||
* @retval -EOVERFLOW If the data is too large to fit the supplied buffer.
|
||||
* @retval -EIO If the requested key was not found.
|
||||
* @retval -errno Error code.
|
||||
|
|
Loading…
Reference in New Issue