From: travisutk Date: Tue, 1 Feb 2011 23:27:06 +0000 (+0000) Subject: Removed unneeded and apparently unneighborly delays in the Chipcon target. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=ca48f48a3e03dfdac7dc8bf5a6375797146e22fb;hp=89dcbd9639a5df44a0fb5407ed621b81bcefe392;ds=sidebyside 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 --- 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