You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyr: error: helper to convert return code and errno to Result
Various Zephyr functions have a return code where '-1' indicates an
error, but the exact error code is stored in the errno variable. Add a
helper function to convert this kind of return value into a Result.
Signed-off-by: Matt Rodgers <[email protected]>
0 commit comments