Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SRC: Fix pointer arithmetic in circular buffer wrap functions
The previously used cast of pointer to size_t (unsigned int) has worked but it's horrible way to do it. Cast to uint8_t * should be clean portable code. Signed-off-by: Seppo Ingalsuo <[email protected]>
- Loading branch information