fix endianness in device descriptor
[goodfet] / client / GoodFETMCPCANCommunication.py
index ef37869..f0e6eaf 100644 (file)
@@ -38,7 +38,7 @@ class GoodFETMCPCANCommunication:
     def printInfo(self):
         """ 
         This method will print information about the board to the terminal. 
-        It is good for diagnostics
+        It is good for diagnostics.
         """
         
         self.client.MCPreqstatConfiguration();
@@ -828,6 +828,8 @@ class GoodFETMCPCANCommunication:
                 packet.append(row[i])
             print packet
             self.client.txpacket(packet)
+
+