From f7c399c222f814e412e8301537e634ab763c72b3 Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 5 Nov 2007 09:59:21 +0000 Subject: [PATCH] Move comment on changing the interface mode to the new README and remove the remainder of the original driver README. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@56 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/README.txt | 9 +++++++++ branches/follower/wiz810mj/src/lib/README.txt | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 branches/follower/wiz810mj/src/lib/README.txt diff --git a/branches/follower/wiz810mj/README.txt b/branches/follower/wiz810mj/README.txt index 4f22082..7591df6 100644 --- a/branches/follower/wiz810mj/README.txt +++ b/branches/follower/wiz810mj/README.txt @@ -28,3 +28,12 @@ If you want to compile the library manually you can use the following: avr-gcc -mmcu=atmega168 -Wall -Os -fsigned-char -combine -c socket.c w5100.c -o wiz810mj.o avr-strip --strip-debug --strip-unneeded -X -x *.o + + +From the original driver README +------------------------------- + +(You're almost certainly not going to need this.) + ++ How to Change the interface mode + Change the value of the __DEF_IINCHIP_BUS__ in the types.h file. diff --git a/branches/follower/wiz810mj/src/lib/README.txt b/branches/follower/wiz810mj/src/lib/README.txt deleted file mode 100644 index c4271db..0000000 --- a/branches/follower/wiz810mj/src/lib/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -+ How to Change the interface mode - Change the value of the __DEF_IINCHIP_BUS__ in the types.h file.