#include "Channel.hpp" #include BEGIN_CS_NAMESPACE Print &operator<<(Print &os, Channel) { return os; } END_CS_NAMESPACE