xt_usb: Comment out clock check for PCINT

main
tmk 2018-03-02 09:28:03 +09:00
parent 773a9195a6
commit 42199c90f8
1 changed files with 2 additions and 1 deletions

View 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: