static */
| 81 | |
| 82 | /* static */ |
| 83 | inline void SoftwareSerial::tunedDelay(uint16_t delay) { |
| 84 | _delay_loop_2(delay); |
| 85 | } |
| 86 | |
| 87 | // This function sets the current object as the "listening" |
| 88 | // one and returns true if it replaces another |
nothing calls this directly
no outgoing calls
no test coverage detected