diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-08-17 18:39:48 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-08-17 18:39:48 -0700 |
commit | 00ee9dddb649881c715012c48eed13d001ad5318 (patch) | |
tree | a262c866beff9f4049ddcf46e361c54b0feca24c | |
parent | 9d10efa5f0f81e1a971e92b28ba7f38e0384fdab (diff) | |
download | uhd-00ee9dddb649881c715012c48eed13d001ad5318.tar.gz uhd-00ee9dddb649881c715012c48eed13d001ad5318.tar.bz2 uhd-00ee9dddb649881c715012c48eed13d001ad5318.zip |
Removed debugging print from usrp2p_fw_update.py
-rwxr-xr-x | host/utils/usrp2p_fw_update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp2p_fw_update.py b/host/utils/usrp2p_fw_update.py index dce9c82ef..b15542933 100755 --- a/host/utils/usrp2p_fw_update.py +++ b/host/utils/usrp2p_fw_update.py @@ -198,7 +198,7 @@ def verify_image(ip, image, addr): addr += FLASH_DATA_PACKET_SIZE print "Read back %i bytes" % len(readdata) - print readdata +# print readdata # for i in range(256, 512): # print "out: %i in: %i" % (ord(image[i]), ord(readdata[i])) |