altos: Remove ao_led_toggle API from general code
[fw/altos] / src / kernel / ao_led.h
index b770381f7efb8aea3dcb379a5cb0981800788328..60c2d41fd10e05dbce1a7f405c020b79c76a1d91 100644 (file)
@@ -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);