X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fcore%2Fao.h;fp=src%2Fcore%2Fao.h;h=977e10b87d2716d5a2817b4d51dcbd3215f8bd14;hp=6c790f69046cf7fefb94ac37224a9c6fccca2195;hb=398c02b945a58634c8932f07df2c2be8438da7d1;hpb=08eb1e3e1abb1aa4f5ea92b781a2ff8f480006c5 diff --git a/src/core/ao.h b/src/core/ao.h index 6c790f69..977e10b8 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -94,7 +94,7 @@ extern volatile __data AO_TICK_TYPE ao_tick_count; #define AO_SEC_TO_TICKS(s) ((s) * AO_HERTZ) /* Returns the current time in ticks */ -uint16_t +AO_TICK_TYPE ao_time(void); /* Suspend the current task until ticks time has passed */