X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fkernel%2Fao_host.h;fp=src%2Fkernel%2Fao_host.h;h=c974a9fe5f1e37c89261245bfa3ab945d1b8bdbf;hp=e2f14e7963a38333c3a2f8686130d99e27006f3e;hb=b140da92536d7c48ba37868f1c2afce7bb86dfdb;hpb=1d208c9509f03f7e2c913abe5c0dd78ef0083c0f 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 */