xt_usb: Replace function with macro

This commit is contained in:
tmk 2018-03-02 15:06:38 +09:00
parent 136d55a249
commit e11343480a

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