]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
xt_usb: Replace function with macro
authortmk <hasu@tmk-kbd.com>
Fri, 2 Mar 2018 06:06:38 +0000 (15:06 +0900)
committertmk <hasu@tmk-kbd.com>
Wed, 14 Mar 2018 12:32:22 +0000 (21:32 +0900)
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: