]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol/xt_interrupt.c
xt_usb: Replace function with macro
[max/tmk_keyboard.git] / tmk_core / protocol / xt_interrupt.c
index 08af1b9a17c34ac44c04f40f8cf3b6bedaad519c..a0c55e9c6e5f98fef585a5e12a0d31bf932219ea 100644 (file)
@@ -97,7 +97,7 @@ ISR(XT_INT_VECT)
     uint8_t dbit = XT_DATA_READ();
 
     // This is needed if using PCINT which can be called on both falling and rising edge
-    //if (clock_in()) return;
+    //if (XT_CLOCK_READ()) return;
 
     switch (state) {
         case START: