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
I was writing my version of C++ port for VL53L1x API, so I borrowed some of the code and cppcheck pointed this out as warning saying that buf array was uninitialised. But yes this function is not used anywhere in rest of the API.
In function
I think that instead of
it should be
because that is only thing that makes sense.
The text was updated successfully, but these errors were encountered: