| 499 | aSerial->println(); |
| 500 | } |
| 501 | void printTinyReceiverResultMinimal(Print *aSerial) { |
| 502 | printTinyIRReceiverResultMinimal(aSerial); |
| 503 | } |
| 504 | |
| 505 | #if !defined(STR_HELPER) && !defined(STR) |
| 506 | // Helper macro for getting a macro definition as string |
nothing calls this directly
no test coverage detected