blob: 7ffb76d1b81ff540c057ac46bf5ccabd895fecd2 [file] [log] [blame]
#include <attn/logging.hpp>
namespace attn
{
/** @brief Handle TI special attention */
void tiHandler()
{
// trace message
log<level::INFO>("TI handler");
}
} // namespace attn