mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-14 06:43:19 +08:00
6.9.0
This commit is contained in:
parent
2ee876fbe5
commit
e06bda63e2
@ -5,7 +5,7 @@
|
|||||||
* @cond
|
* @cond
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* Last updated for version 6.9.0
|
* Last updated for version 6.9.0
|
||||||
* Last updated on 2020-08-11
|
* Last updated on 2020-09-16
|
||||||
*
|
*
|
||||||
* Q u a n t u m L e a P s
|
* Q u a n t u m L e a P s
|
||||||
* ------------------------
|
* ------------------------
|
||||||
@ -534,7 +534,7 @@ void QXK_activate_(void) {
|
|||||||
|
|
||||||
QXK_attr_.actPrio = (uint8_t)pin; /* restore the base prio */
|
QXK_attr_.actPrio = (uint8_t)pin; /* restore the base prio */
|
||||||
|
|
||||||
#if (defined QK_ON_CONTEXT_SW) || (defined Q_SPY)
|
#if (defined QXK_ON_CONTEXT_SW) || (defined Q_SPY)
|
||||||
if (pin != 0U) { /* resuming an active object? */
|
if (pin != 0U) { /* resuming an active object? */
|
||||||
a = QF_active_[pin]; /* the pointer to the preempted AO */
|
a = QF_active_[pin]; /* the pointer to the preempted AO */
|
||||||
|
|
||||||
@ -557,7 +557,7 @@ void QXK_activate_(void) {
|
|||||||
QXK_onContextSw(QF_active_[pprev], a);
|
QXK_onContextSw(QF_active_[pprev], a);
|
||||||
#endif /* QXK_ON_CONTEXT_SW */
|
#endif /* QXK_ON_CONTEXT_SW */
|
||||||
|
|
||||||
#endif /* QK_ON_CONTEXT_SW || Q_SPY */
|
#endif /* QXK_ON_CONTEXT_SW || Q_SPY */
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user