Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sensing: Fix build warning on invalid array index
The assert was verifying that the current sensor address was greater or equal than the start of the iterable section - 1 which isn't quite right as the start is inclusive. Signed-off-by: Tom Burdick <[email protected]>
- Loading branch information