altos/telefireone-v1.0: Track ao_led_init API change
authorKeith Packard <keithp@keithp.com>
Tue, 19 Feb 2019 00:26:08 +0000 (16:26 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 19 Feb 2019 00:26:08 +0000 (16:26 -0800)
No longer takes a parameter.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telefireone-v1.0/ao_telefireone.c

index 6506235a975be2c596c401cd254498a5f783c76e..7340e0f349fa909edfe3b724c39c260c4575341a 100644 (file)
@@ -40,7 +40,7 @@ main(void)
 {
        ao_clock_init();
 
-       ao_led_init(LEDS_AVAILABLE);
+       ao_led_init();
 
        ao_task_init();