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

Fix for issue 127. Needed change to iop_dac_write function when IOP model

built with no I/O chassis flag.
parent dca9d312
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ iop_dac_init( int errorPend[] )
}
inline int
iop_dac_write( void )
iop_dac_write( int in_delay )
{
unsigned int* pDacData;
int ii, jj, mm;
......
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