Skip to content
Snippets Groups Projects
Commit b836238b authored by Rolf Bork's avatar Rolf Bork
Browse files

Only change to test in iop_dac_functions.c for x2ats testing.

parent 3461ae18
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,13 @@ iop_dac_write( )
else
dac_out = 0;
}
if ( ( ii == 0 ) && ( jj == 2 ) )
{
if ( cycleNum < 100 )
dac_out = limit / 20;
else
dac_out = 0;
}
#endif
/// - ---- Check output values are within range of DAC \n
/// - --------- If overflow, clip at DAC limits and report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment