User Activity

This line:ProtocolStatus->Activity = (StatusReg & FDCAN_PSR_ACT);I think it should be:ProtocolStatus->Activity = ((StatusReg & FDCAN_PSR_ACT) >> FDCAN_PSR_ACT_Pos);I'd appreciate if ST can confirm this.