X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fkernel%2Fao_host.h;h=a7fa5ec2fa4d498a1220093a86f4ea1579792fef;hb=debian;hp=e2f14e7963a38333c3a2f8686130d99e27006f3e;hpb=8be4e3b8faac362665641e98a1df1e1e8a681b7a;p=fw%2Faltos diff --git a/src/kernel/ao_host.h b/src/kernel/ao_host.h index e2f14e79..c974a9fe 100644 --- a/src/kernel/ao_host.h +++ b/src/kernel/ao_host.h @@ -32,7 +32,7 @@ * One set of samples read from the A/D converter */ struct ao_adc { - uint16_t tick; /* tick when the sample was read */ + AO_TICK_TYPE tick; /* tick when the sample was read */ int16_t accel; /* accelerometer */ int16_t pres; /* pressure sensor */ int16_t temp; /* temperature sensor */