diff --git a/software/src/trespassed/gpio.py b/software/src/trespassed/gpio.py index 3a8221d..629ab9b 100644 --- a/software/src/trespassed/gpio.py +++ b/software/src/trespassed/gpio.py @@ -61,8 +61,5 @@ def get_output(pin_no): return pin.read() -skip = True - - reactor.addSystemEventTrigger('after', 'startup', Controller.alloc_pin, INPUTS.ResetButton, INPUT, quit, RISING)