QL hace 5 años
padre
commit
e06bda63e2
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/qxk/qxk.c

+ 3 - 3
src/qxk/qxk.c

@@ -5,7 +5,7 @@
 * @cond
 ******************************************************************************
 * 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
 *                    ------------------------
@@ -534,7 +534,7 @@ void QXK_activate_(void) {
 
     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? */
         a = QF_active_[pin]; /* the pointer to the preempted AO */
 
@@ -557,7 +557,7 @@ void QXK_activate_(void) {
     QXK_onContextSw(QF_active_[pprev], a);
 #endif /* QXK_ON_CONTEXT_SW */
 
-#endif /* QK_ON_CONTEXT_SW || Q_SPY */
+#endif /* QXK_ON_CONTEXT_SW || Q_SPY */
 }
 
 /****************************************************************************/