mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-14 06:43:19 +08:00
6.9.2a
reverted call to QF_PUBLISH() to match the prototype in this version
This commit is contained in:
parent
7300911f1f
commit
0b2154770c
@ -1059,7 +1059,7 @@ static void QS_rxHandleGoodFrame_(uint8_t state) {
|
||||
i = 0U; /* use 'i' as status, 0 == success,no-recycle */
|
||||
|
||||
if (l_rx.var.evt.prio == 0U) { /* publish */
|
||||
QF_publish_(l_rx.var.evt.e, &QS_rxPriv_, 0U);
|
||||
QF_PUBLISH(l_rx.var.evt.e, &QS_rxPriv_);
|
||||
}
|
||||
else if (l_rx.var.evt.prio < QF_MAX_ACTIVE) {
|
||||
if (QACTIVE_POST_X(QF_active_[l_rx.var.evt.prio],
|
||||
|
Loading…
x
Reference in New Issue
Block a user