altos: Remove ao_led_toggle API from general code
[fw/altos] / src / lpc / ao_led_lpc.c
index 46bf0495988dfa82446ab7a49cb8b43cd4cdbc15..3747df973f2ec74f1f7f289dc2b82c1028304c01 100644 (file)
@@ -42,12 +42,6 @@ ao_led_set(AO_PORT_TYPE colors)
        ao_led_on(on);
 }
 
-void
-ao_led_toggle(AO_PORT_TYPE colors)
-{
-       lpc_gpio.pin[LED_PORT] ^= colors;
-}
-
 void
 ao_led_for(AO_PORT_TYPE colors, AO_TICK_TYPE ticks) 
 {