diff --git a/SoftwareSerial.cpp b/SoftwareSerial.cpp index 5315539..9de9e49 100644 --- a/SoftwareSerial.cpp +++ b/SoftwareSerial.cpp @@ -53,11 +53,6 @@ bool SoftwareSerial::listen() //Start bit low attachInterrupt(_receivePin, handle_interrupt, FALLING); - uint32_t a; - uint32_t reg; - a = a | (1<INTENSET.reg; - reg= reg & a; return true; }