Commit a63f5044 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

delete blank spaces with Trailing Spaces subl

parent b0b38865
......@@ -21,7 +21,7 @@ class FipUrvDrv:
else:
self.proc = None
self.sock = socket.create_connection(("127.0.0.1", 2000))
self.trace = trace
self.nbr_comm_err = 0
self.nbr_ping_err = 0
......@@ -494,7 +494,7 @@ class MyCSV:
def get_change(self):
return self.change
def has_changed(self):
return self.change is not None
......@@ -502,7 +502,7 @@ class MyCSV:
self.prev = {t[0]:t[1] for t in self.csv}
self.csv = []
self.change = None
def run():
s = FipUrvDrv(trace=False)
# s.cmd("slots")
......
......@@ -79,4 +79,4 @@ for i in 0 1 2 3 4 5 6 7; do
$FIP i2c-id -s $i
done
echo
$FIP i2c 0
$FIP i2c 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment