X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm%2Fao_led_stm.c;fp=src%2Fstm%2Fao_led_stm.c;h=ed4ec1610de3dde8e645725d851231a4b1051671;hp=7dcbb661b8a65899860d895025fa8639c99e22e8;hb=338372b97d441c30d2a23df540163a66a7f8d8c0;hpb=8d0df64bbc5ed31188b4b4bea0be52a52dbece3b diff --git a/src/stm/ao_led_stm.c b/src/stm/ao_led_stm.c index 7dcbb661..ed4ec161 100644 --- a/src/stm/ao_led_stm.c +++ b/src/stm/ao_led_stm.c @@ -87,7 +87,7 @@ ao_led_toggle(AO_LED_TYPE colors) } void -ao_led_for(AO_LED_TYPE colors, AO_LED_TYPE ticks) +ao_led_for(AO_LED_TYPE colors, AO_TICK_TYPE ticks) { ao_led_on(colors); ao_delay(ticks);