Skip to content

Commit e06bda6

Browse files
author
QL
committed
6.9.0
1 parent 2ee876f commit e06bda6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/qxk/qxk.c

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
* ------------------------
@@ -534,7 +534,7 @@ void QXK_activate_(void) {
534534

535535
QXK_attr_.actPrio = (uint8_t)pin; /* restore the base prio */
536536

537-
#if (defined QK_ON_CONTEXT_SW) || (defined Q_SPY)
537+
#if (defined QXK_ON_CONTEXT_SW) || (defined Q_SPY)
538538
if (pin != 0U) { /* resuming an active object? */
539539
a = QF_active_[pin]; /* the pointer to the preempted AO */
540540

@@ -557,7 +557,7 @@ void QXK_activate_(void) {
557557
QXK_onContextSw(QF_active_[pprev], a);
558558
#endif /* QXK_ON_CONTEXT_SW */
559559

560-
#endif /* QK_ON_CONTEXT_SW || Q_SPY */
560+
#endif /* QXK_ON_CONTEXT_SW || Q_SPY */
561561
}
562562

563563
/****************************************************************************/

0 commit comments

Comments
 (0)