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
This driver function is called with the expectation that it will return an unsigned integer for the count. But its interface is defined with a return of a status.
This driver function is called with the expectation that it will return an unsigned integer for the count. But its interface is defined with a return of a status.
From ral_sx126x.c this is the implementation:
This should be changed to return the actual count:
The other radio drivers probably have the same issue.
The text was updated successfully, but these errors were encountered: