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 97734f1 commit 9017565Copy full SHA for 9017565
include/bm_zms.h
@@ -111,7 +111,7 @@ typedef void (*bm_zms_cb_t)(bm_zms_evt_t const *p_evt);
111
* @param fs Pointer to the file system structure.
112
*
113
* @retval 0 on success.
114
- * @retval negative number on failure.
+ * @retval -ENOMEM if no more callback slots are available.
115
*/
116
int bm_zms_register(struct bm_zms_fs *fs, bm_zms_cb_t cb);
117
0 commit comments