Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zassert_within should also compare on equality instead of only greater/lower. example: zassert_within(1,1,0); // should return true zassert_within(1,2,1); // should return true Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
- Loading branch information