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

Change to iop_dac_functions simply for use in testing. It is behind DIAG_TEST

compile option not used in a normal system.
parent 1d0805bd
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ iop_dac_write( )
else
dac_out = 0;
}
if ( ( ii == 0 ) && ( jj == 2 ) )
if ( ( ii == 0 ) && ( jj == 1 ) )
{
if ( cycleNum < 100 )
dac_out = limit / 20;
......
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