Commit f38dd453 authored by Federico Vaga's avatar Federico Vaga

sw:rt: improve code readability

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 138e80de
......@@ -186,6 +186,7 @@ static inline uint32_t mq_poll_in(enum trtl_mq_type type)
/* HMQ and RMQ have the same format -> use the same mask */
return ((poll & MT_CPU_LR_HMQ_STAT_IN_MASK) >> MT_CPU_LR_HMQ_STAT_IN_SHIFT);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment