fix rx file at recv.py

This commit is contained in:
Roman Zeyde
2014-07-05 17:18:34 +03:00
parent 6bb3fa9767
commit e2bba5c298

View File

@@ -155,7 +155,7 @@ def main(fname):
f.write(data)
if __name__ == '__main__':
main('rx_.int16')
main('rx.int16')
import os
if os.environ.get('SHOW') is not None:
pylab.show()