Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/xtimer_benchmark: Use sizeof(array) in memset
On the z1 a warning is thrown during building`error: 'memset' used with length equal to number of elements without multiplication by element size [-Werror=memset-elt-size]`. Since the full array is available we can just set it directly. Note that this now zeros all `jitter_wakeups` (currently 100 elements). Previously it was a hardcoded 25 elements.
- Loading branch information