X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fdrivers%2Fao_pca9922.c;fp=src%2Fdrivers%2Fao_pca9922.c;h=9830791e51b56187f895e16759ab952c05d04535;hp=91d62026712deb1f7f7b6a8e3866ea52e2c9c106;hb=b140da92536d7c48ba37868f1c2afce7bb86dfdb;hpb=1d208c9509f03f7e2c913abe5c0dd78ef0083c0f diff --git a/src/drivers/ao_pca9922.c b/src/drivers/ao_pca9922.c index 91d62026..9830791e 100644 --- a/src/drivers/ao_pca9922.c +++ b/src/drivers/ao_pca9922.c @@ -93,7 +93,7 @@ ao_led_toggle(uint8_t colors) } void -ao_led_for(uint8_t colors, uint16_t ticks) +ao_led_for(uint8_t colors, AO_TICK_TYPE ticks) { ao_led_on(colors); ao_delay(ticks);