Comment and whitespace in nrf.c.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 21 May 2010 21:27:00 +0000 (21:27 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 21 May 2010 21:27:00 +0000 (21:27 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@546 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/apps/radios/nrf.c

index 6f65e0b..bb1ed23 100644 (file)
@@ -91,8 +91,8 @@ void nrfhandle(unsigned char app,
               unsigned long len){
   unsigned long i;
   
+  //Drop CE to passify radio.
   RADIOPASSIVE;
-  
   //Raise !SS to end transaction, just in case we forgot.
   P5OUT|=SS;
   nrfsetup();
@@ -158,6 +158,7 @@ void nrfhandle(unsigned char app,
     break;
   }
   
+
   P5OUT|=SS;//End session
   RADIOACTIVE;
 }