Skip to content
Snippets Groups Projects
Commit 75e6b8bf authored by Rohit Gupta's avatar Rohit Gupta
Browse files

minor cleanup

parent eee5c2e2
No related branches found
No related tags found
1 merge request!6Enhancement 57 uhd interfacing
......@@ -75,7 +75,7 @@ class pppThread (threading.Thread):
def send_command (cmd, response, timeout):
count=0
sleep_duration = 1
print 'In function: send_command: cmd ' + cmd + '> response: <' + response + '> \n'
print 'In function: send_command: cmd = <' + cmd + '> response: <' + response + '> \n'
global serial_port, ser
while count <= timeout:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment