ao_tracker: Fix tracker_interval type to match config type (plus -Wconversion)
authorKeith Packard <keithp@keithp.com>
Thu, 17 Feb 2022 01:38:56 +0000 (17:38 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 17 Feb 2022 01:38:56 +0000 (17:38 -0800)
commitf2c02cac5442015fee14f88ee016c687c53d8576
treebe5100aaa5786ee0e6c329174c3885b83f236cec
parent63c089e2e110a7fe501dd097bd7d26ce4feeb935
ao_tracker: Fix tracker_interval type to match config type (plus -Wconversion)

config.tracker_interval is uint8_t, so make the local copy match that
type.

Also fix other warnings found by -Wconversion.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_tracker.c