pins: Don't pass mcu_freq to update_command()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -153,8 +153,7 @@ class KeyboardReader:
|
||||
self.output("Eval: %s" % (line,))
|
||||
if self.pins is not None:
|
||||
try:
|
||||
line = pins.update_command(
|
||||
line, self.mcu_freq, self.pins).strip()
|
||||
line = pins.update_command(line, self.pins).strip()
|
||||
except:
|
||||
self.output("Unable to map pin: %s" % (line,))
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user