| 220 | // Gets called from attachInterrupt |
| 221 | #if defined(INT_ONLY) || defined(INT_AND_PCINT) |
| 222 | static void isr() |
| 223 | { |
| 224 | SoftwareSerial::handle_interrupt(); |
| 225 | } |
| 226 | #endif |
| 227 | |
| 228 | /* static */ |
nothing calls this directly
no outgoing calls
no test coverage detected