]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
xt_usb: Comment out clock check for PCINT
authortmk <hasu@tmk-kbd.com>
Fri, 2 Mar 2018 00:28:03 +0000 (09:28 +0900)
committertmk <hasu@tmk-kbd.com>
Wed, 14 Mar 2018 12:32:22 +0000 (21:32 +0900)
tmk_core/protocol/xt_interrupt.c

index 5531464d742c2342f5beef62d1ced098e61eb053..05afefd36017ffdd30d5716857a16f2ded695d2a 100644 (file)
@@ -94,8 +94,9 @@ ISR(XT_INT_VECT)
     static uint8_t data = 0;
 
     uint8_t dbit = data_in();
+
     // This is needed if using PCINT which can be called on both falling and rising edge
-    if (clock_in()) return;
+    //if (clock_in()) return;
 
     switch (state) {
         case START: