Skip to content
Snippets Groups Projects

6links KLMtests

Merged Dmytro Levit requested to merge 6links_KLMtests into 6links
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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 ) {
Loading