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* ------------------------
@@ -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/****************************************************************************/
You can’t perform that action at this time.
0 commit comments