| 2422 | |
| 2423 | #if defined(__AVR__) |
| 2424 | const __FlashStringHelper* IRrecv::getProtocolString() { |
| 2425 | // call no class function with same name |
| 2426 | return ::getProtocolString(decodedIRData.protocol); |
| 2427 | } |
| 2428 | #else |
| 2429 | const char* IRrecv::getProtocolString() { |
| 2430 | // call no class function with same name |
nothing calls this directly
no test coverage detected