From ca48f48a3e03dfdac7dc8bf5a6375797146e22fb Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 1 Feb 2011 23:27:06 +0000 Subject: [PATCH 1/1] Removed unneeded and apparently unneighborly delays in the Chipcon target. This caused issues on the not-yet-supported CC2540, which is coming along well. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@866 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/apps/chipcon/chipcon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/apps/chipcon/chipcon.c b/firmware/apps/chipcon/chipcon.c index 89f12b9..392e900 100644 --- a/firmware/apps/chipcon/chipcon.c +++ b/firmware/apps/chipcon/chipcon.c @@ -59,8 +59,8 @@ app_t const chipcon_app = { //This could be more accurate. //Does it ever need to be? #define CCSPEED 3 -#define CCDELAY(x) delay(x) -//#define CCDELAY(x) +//#define CCDELAY(x) delay(x) +#define CCDELAY(x) #define SETMOSI P5OUT|=MOSI #define CLRMOSI P5OUT&=~MOSI -- 2.20.1