From 0059c0212a4b839344c48ae735be2407f1bf27fe Mon Sep 17 00:00:00 2001 From: follower Date: Sat, 3 Nov 2007 11:15:24 +0000 Subject: [PATCH] Let's try doing this chip select pin stuff a different way. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@42 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/lib/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/follower/wiz810mj/src/lib/types.h b/branches/follower/wiz810mj/src/lib/types.h index 818e564..b9a9181 100644 --- a/branches/follower/wiz810mj/src/lib/types.h +++ b/branches/follower/wiz810mj/src/lib/types.h @@ -19,7 +19,7 @@ // TODO: We should really specify the Chip Select pin based on // the MCU rather than the platform. #ifdef __ARDUINO__ -#define CS_PIN PB2 +#define CS_PIN (1 << PB2) #endif //---- Refer "Rom File Maker Manual Vx.x.pdf"