X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_event.c;h=5c0d286310f2460f1638227f8ddb8bd87303d083;hb=HEAD;hp=8f88d77866c391cc91645de7633ab28fe1390779;hpb=70e46100acf597014ce54cf3b642254ce1cba59b;p=fw%2Faltos diff --git a/src/drivers/ao_event.c b/src/drivers/ao_event.c index 8f88d778..d9d1d375 100644 --- a/src/drivers/ao_event.c +++ b/src/drivers/ao_event.c @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -42,7 +43,7 @@ ao_event_get(struct ao_event *ev) } uint8_t -ao_event_get_for(struct ao_event *ev, uint16_t timeout) +ao_event_get_for(struct ao_event *ev, AO_TICK_TYPE timeout) { uint8_t empty = 1; ao_arch_critical(