File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55// / @cond
66// /***************************************************************************
77// / Last updated for version 6.9.0
8- // / Last updated on 2020-08-11
8+ // / Last updated on 2020-09-16
99// /
1010// / Q u a n t u m L e a P s
1111// / ------------------------
@@ -529,7 +529,7 @@ void QXK_activate_(void) {
529529
530530 QXK_attr_.actPrio = static_cast <std::uint8_t >(pin); // restore base prio
531531
532- #if (defined QK_ON_CONTEXT_SW ) || (defined Q_SPY)
532+ #if (defined QXK_ON_CONTEXT_SW ) || (defined Q_SPY)
533533 if (pin != 0U ) { // resuming an active object?
534534 a = QP::QF::active_[pin]; // the pointer to the preempted AO
535535
@@ -553,7 +553,7 @@ void QXK_activate_(void) {
553553 QXK_onContextSw (QP::QF::active_[pprev], a);
554554#endif // QXK_ON_CONTEXT_SW
555555
556- #endif // QK_ON_CONTEXT_SW || Q_SPY
556+ #endif // QXK_ON_CONTEXT_SW || Q_SPY
557557}
558558
559559// ****************************************************************************
You can’t perform that action at this time.
0 commit comments