altos/drivers/ao_led.c: Declare LED port as void * to allow any SoC to use this code
authorKeith Packard <keithp@keithp.com>
Tue, 12 Mar 2019 11:58:20 +0000 (12:58 +0100)
committerKeith Packard <keithp@keithp.com>
Tue, 12 Mar 2019 12:01:58 +0000 (13:01 +0100)
commitb7de266431ee7bf05ba68ccae3e43a0468045860
treeb457be8c1107c01b9331f0a678aabcc02c8f924b
parent3a01a7e36dd475adf96468f42c95aa352b5fdf11
altos/drivers/ao_led.c: Declare LED port as void * to allow any SoC to use this code

The generic LED code needs a generic type for the GPIO port.

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