]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol/xt_interrupt.c
usb_hid: Update arduino cores to 1.8.13
[max/tmk_keyboard.git] / tmk_core / protocol / xt_interrupt.c
index ebaa436b382636e06cc3922006c8a3146e5ce104..1bdb519c2eb05cfbc2534c94f8b11d6385e98550 100644 (file)
@@ -65,7 +65,7 @@ void xt_host_init(void)
 #endif
 
     /* soft reset: pull clock line down for 20ms */
-    XT_DATA_LO();
+    XT_DATA_IN();
     XT_CLOCK_LO();
     _delay_ms(20);