blob: f869c816b5823fa255e7295600c3c41e6dba9c3d [file] [log] [blame]
//#include <attn/attn_logging.hpp>
#include <util/trace.hpp>
namespace attn
{
/** @brief Handle TI special attention */
void tiHandler()
{
// trace message
trace::inf("TI handler");
}
} // namespace attn