altos/lpc: Add casts to reduce -Wconversion warnings
authorKeith Packard <keithp@keithp.com>
Thu, 17 Feb 2022 01:49:42 +0000 (17:49 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 17 Feb 2022 01:49:42 +0000 (17:49 -0800)
Most of these were caused by int/long mixes as uint32_t is 'long' on
arm for reasons, meaning that bare int constants need to be cast to
avoid a warning.

No bugs identified.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found