altos: Switch LED pin number to 8 bits
authorKeith Packard <keithp@keithp.com>
Sun, 25 Sep 2022 20:54:24 +0000 (13:54 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 26 Oct 2022 06:29:36 +0000 (23:29 -0700)
commit1523a986a7c2e8402c628e2697e44fe6281c164e
treeb47b4e700c6fc16a0456e93a53bf668092d497aa
parent48a8ae2d38ecad5aa84b2158045c6a2fd8abe5ab
altos: Switch LED pin number to 8 bits

This assumes each port has fewer than 256 pins and avoids some
compiler warnings

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