From badeebd072131cc02746282ce8d41f7befaac7c1 Mon Sep 17 00:00:00 2001 From: follower Date: Fri, 2 Nov 2007 11:42:52 +0000 Subject: [PATCH] *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 --- branches/follower/wiz810mj/src/lib/w5100.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/branches/follower/wiz810mj/src/lib/w5100.c b/branches/follower/wiz810mj/src/lib/w5100.c index a5bf219..1e4b59d 100644 --- a/branches/follower/wiz810mj/src/lib/w5100.c +++ b/branches/follower/wiz810mj/src/lib/w5100.c @@ -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