Skip to content
Snippets Groups Projects
Commit 2e89133e authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Try to slow down streaming speed for KLM tests

parent 93ee2db3
Branches
Tags
2 merge requests!46links KLMtests,!56links
......@@ -369,7 +369,7 @@ int pcie40_writestream( int dev , int ch , char * filename ) {
count++ ;
data.push_back( (int) ( ( ( 0x70 << 8 ) | ( c & 0xFF ) ) & 0xFFFFFFFF ) ) ;
if ( 14 == count ) {
if ( 6 == count ) {
data.push_back( 0xEEEE ) ;
ret = pcie40_writeToFifo( dev , ch , data ) ;
if ( ret != 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment