Skip to content

Commit 8b192d7

Browse files
author
QL
committed
6.9.0
1 parent 41bcb59 commit 8b192d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/qxk/qxk.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
//****************************************************************************

0 commit comments

Comments
 (0)