Fixed Typo
This commit is contained in:
@@ -242,7 +242,7 @@ class CanListener (can.Listener):
|
||||
self.log ("ID %s" % hex (_id), 5)
|
||||
self.log ("data %s" % _data, 5)
|
||||
|
||||
self.log ("Sende Quittung/Antwort", 9) ("Reply", 9)
|
||||
self.log ("Sende Quittung/Antwort", 9)
|
||||
#Preparing Acktelegram
|
||||
if _sendecho:
|
||||
nmsg = can.Message (arbitration_id = int (_id & 0b01111111111), data =_data, extended_id = False)
|
||||
|
||||
Reference in New Issue
Block a user