*Really* don't include any of the interrupt features for the Arduino. (Note: AFAIK INT4 is not a valid interrupt for the Atmega168 so would have to be changed if interrupts are re-introduced.)

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@35 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 17 years ago
parent f77a2ef44b
commit badeebd072

@ -255,7 +255,7 @@ uint16 wiz_read_buf(uint16 addr, uint8* buf,uint16 len)
return len;
}
#ifndef __ARDUINO__
#if (__COMPILER_VERSION__ == __WINAVR_20050214__)
static void iinchip_irq(void);
@ -364,6 +364,7 @@ ISR(INT4_vect)
#endif
}
#endif
#endif // ifndef __ARDUINO__
/**
@brief This function is for resetting of the iinchip. Initializes the iinchip to work in whether DIRECT or INDIRECT mode

Loading…
Cancel
Save