Skip to content

Commit

Permalink
Added GSM Shield library for M0/M0 pro in hardware/arduino/samd/libra…
Browse files Browse the repository at this point in the history
…ries, shifted previous GSM library in hardware/arduino/avr/libraries
  • Loading branch information
Chiara Ruggeri committed Mar 1, 2016
1 parent e785ea2 commit 5ec02fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SoftwareSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ bool SoftwareSerial::listen()
//Start bit low
attachInterrupt(_receivePin, handle_interrupt, FALLING);

uint32_t a;
uint32_t reg;
a = a | (1<<digitalPinToInterrupt(_receivePin));
reg= EIC->INTENSET.reg;
reg= reg & a;

return true;
}
Expand Down

0 comments on commit 5ec02fe

Please sign in to comment.