X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fkernel%2Fao_led.h;h=60c2d41fd10e05dbce1a7f405c020b79c76a1d91;hb=a6baf04bae3fe6a6b3da2f456419732ffeb4d056;hp=b770381f7efb8aea3dcb379a5cb0981800788328;hpb=338372b97d441c30d2a23df540163a66a7f8d8c0;p=fw%2Faltos diff --git a/src/kernel/ao_led.h b/src/kernel/ao_led.h index b770381f..60c2d41f 100644 --- a/src/kernel/ao_led.h +++ b/src/kernel/ao_led.h @@ -45,10 +45,6 @@ ao_led_set(AO_LED_TYPE colors); void ao_led_set_mask(AO_LED_TYPE colors, AO_LED_TYPE mask); -/* Toggle the specified LEDs */ -void -ao_led_toggle(AO_LED_TYPE colors); - /* Turn on the specified LEDs for the indicated interval */ void ao_led_for(AO_LED_TYPE colors, AO_TICK_TYPE ticks);