| LCOV - code coverage report | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
Line data Source code 1 : #include "Channel.hpp" 2 : #include <AH/PrintStream/PrintStream.hpp> 3 : 4 : BEGIN_CS_NAMESPACE 5 : 6 0 : Print &operator<<(Print &os, Channel c) { 7 0 : return os << F("Channel ") << c.getOneBased(); 8 : } 9 : 10 : END_CS_NAMESPACE |
| Generated by: LCOV version 2.4-beta |