]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Remove TODO comments because of the SPI change it is no longer relevant
authormmaroti <mmaroti>
Wed, 30 Apr 2008 17:01:31 +0000 (17:01 +0000)
committermmaroti <mmaroti>
Wed, 30 Apr 2008 17:01:31 +0000 (17:01 +0000)
tos/chips/rf230/RF230LayerP.nc

index d9d06d5e0fd2de04b0bdd1280437ad8fe5a2a1db..4e2337bf545bfc379fc86ef08f28aa1eafc5f5eb 100644 (file)
@@ -235,7 +235,6 @@ implementation
 
        event void SpiResource.granted()
        {
-               // TODO: this should not be here, see my comment in HplRF230C.nc
                call SELN.makeOutput();
                call SELN.set();
 
@@ -255,7 +254,6 @@ implementation
 
                if( call SpiResource.immediateRequest() == SUCCESS )
                {
-                       // TODO: this should not be here, see my comment in HplRF230C.nc
                        call SELN.makeOutput();
                        call SELN.set();