Commit 29cae5c3 authored by Claes Sjofors's avatar Claes Sjofors

Xtt, bugfix in display of Do channel flags (refs #116)

parent a6626a6d
......@@ -986,7 +986,7 @@ static void xnav_channel_get_flags( void *cardp, void *chanp,
pwr_sClass_ChanDo *cp = (pwr_sClass_ChanDo *)chanp;
*inv = cp->InvertOn;
*conv = 0;
*conv = 1;
*teston = cp->TestOn;
break;
}
......
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