diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-26 18:50:22 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-26 18:50:22 +0200 |
commit | 1f407e269694ef01d05bf8ee3c0a345c06a4de6f (patch) | |
tree | 9a8396030f4c08fc73eb3b1f7a5b997c20937a1b /tests/frame.sh | |
parent | 15dfd98e51740294ad89da168ba0795435130f07 (diff) | |
download | pcitool-1f407e269694ef01d05bf8ee3c0a345c06a4de6f.tar.gz pcitool-1f407e269694ef01d05bf8ee3c0a345c06a4de6f.tar.bz2 pcitool-1f407e269694ef01d05bf8ee3c0a345c06a4de6f.tar.xz pcitool-1f407e269694ef01d05bf8ee3c0a345c06a4de6f.zip |
Fix names of cmosis registers in scripts
Diffstat (limited to 'tests/frame.sh')
-rwxr-xr-x | tests/frame.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frame.sh b/tests/frame.sh index cb2deb1..b2b2a70 100755 --- a/tests/frame.sh +++ b/tests/frame.sh @@ -9,7 +9,7 @@ pci --stop-dma dma1 #pci --reset echo "Set packet size 1024 .. " -pci -w number_lines 1088 +pci -w cmosis_number_lines 1088 #pci -w xrawdata_packet_length 4096 pci --start-dma dma1 usleep 1000 |