telefireone-v1.0: Use a boolean value for ao_log_running
authorKeith Packard <keithp@keithp.com>
Thu, 17 Feb 2022 05:42:50 +0000 (21:42 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 17 Feb 2022 05:42:50 +0000 (21:42 -0800)
Instead of reading a hex value and saving it directly, use
zero/none-zero to compute a boolean instead, avoiding a type
conversion warning.

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

No differences found