We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88948d commit 2aa6b81Copy full SHA for 2aa6b81
include/zephyr/retention/blinfo.h
@@ -41,7 +41,7 @@ extern "C" {
41
* @param val Where the return information will be placed.
42
* @param val_len_max The maximum size of the provided buffer.
43
*
44
- * @retval 0 If successful.
+ * @retval >= 0 If successful (contains length of read value)
45
* @retval -EOVERFLOW If the data is too large to fit the supplied buffer.
46
* @retval -EIO If the requested key was not found.
47
* @retval -errno Error code.
0 commit comments