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)
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>

No differences found