Commit 6e677109 authored by Miguel Gómez Sexto's avatar Miguel Gómez Sexto

Get dacapo flag from flags field of ctrl block

Signed-off-by: Miguel Gómez Sexto's avatarMiguel Gomez <magomez@igalia.com>
parent 0b13be9f
......@@ -353,7 +353,7 @@ int tdc_read(struct tdc_board *b, int chan, struct tdc_time *t,
t[i].utc = ctrl.tstamp.secs;
t[i].ticks = ctrl.tstamp.ticks;
t[i].bins = ctrl.tstamp.bins;
/* FIXME: store dacapr flag from wherever it is */
t[i].da_capo = ctrl.flags;
i++;
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment