USB HID keyboard client for the MAX3420.
[goodfet] / client / goodfet.nrf
index 6b00081..42f3b72 100755 (executable)
@@ -89,7 +89,6 @@ def printmspacket(packet,offset=1):
             letter=ord(',');
         elif ct[9]==0x37:
             letter=ord('.');
-        
         else:
             print "Unknown character 0x%02x." % ct[9];
             letter=ord('?');