From 1ab02e522565ba991e13a0629041cadf60066926 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 31 Mar 2019 20:30:14 -0400 Subject: bus: Support bus enumerations and add support for reserved pins Signed-off-by: Kevin O'Connor --- klippy/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/console.py') diff --git a/klippy/console.py b/klippy/console.py index ee1b2331..4548ea36 100755 --- a/klippy/console.py +++ b/klippy/console.py @@ -64,7 +64,7 @@ class KeyboardReader: self.ser.register_callback(self.handle_output, '#output') self.mcu_freq = msgparser.get_constant_float('CLOCK_FREQ') mcu_type = msgparser.get_constant('MCU') - self.pins = pins.PinResolver(mcu_type, validate_aliases=False) + self.pins = pins.PinResolver(mcu_type, {}, validate_aliases=False) self.output("="*20 + " connected " + "="*20) return self.reactor.NEVER def output(self, msg): -- cgit v1.2.3-70-g09d2