X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm%2Fao_led.c;h=bd83f4e427cdb0c00d2f120799f8cc350501d201;hp=a7033dbba5eb02136065d87f9aef8f7e5c2c11d6;hb=c6e57291d91f1f6c4de5c54a5cfd3eef66d9f830;hpb=6023ff81f1bbd240169b9548209133d3b02d475f diff --git a/src/stm/ao_led.c b/src/stm/ao_led.c index a7033dbb..bd83f4e4 100644 --- a/src/stm/ao_led.c +++ b/src/stm/ao_led.c @@ -153,7 +153,7 @@ ao_led_toggle(AO_LED_TYPE colors) } void -ao_led_for(AO_LED_TYPE colors, AO_LED_TYPE ticks) __reentrant +ao_led_for(AO_LED_TYPE colors, AO_LED_TYPE ticks) { ao_led_on(colors); ao_delay(ticks);