aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhost/utils/usrp2p_fw_update.py2
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]))