xt_usb: Replace function with macro
This commit is contained in:
parent
136d55a249
commit
e11343480a
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ ISR(XT_INT_VECT)
|
||||||
uint8_t dbit = XT_DATA_READ();
|
uint8_t dbit = XT_DATA_READ();
|
||||||
|
|
||||||
// This is needed if using PCINT which can be called on both falling and rising edge
|
// 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) {
|
switch (state) {
|
||||||
case START:
|
case START:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue