diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/frame.sh | 2 | ||||
-rwxr-xr-x | tests/frame2.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/frame.sh b/tests/frame.sh index 1696320..cb2deb1 100755 --- a/tests/frame.sh +++ b/tests/frame.sh @@ -6,7 +6,7 @@ function pci { } pci --stop-dma dma1 -pci --reset +#pci --reset echo "Set packet size 1024 .. " pci -w number_lines 1088 diff --git a/tests/frame2.sh b/tests/frame2.sh index da05807..db3efcc 100755 --- a/tests/frame2.sh +++ b/tests/frame2.sh @@ -6,7 +6,7 @@ function pci { } pci --stop-dma dma1 -pci --reset +#pci --reset echo "Set packet size 1024 .. " pci -w number_lines 1088 |