]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc
nesdoc
[tinyos-2.x.git] / apps / tests / cc2420 / LplUnicastPeriodicDelivery / TestPeriodicC.nc
index 3635981e927adce6eff491702027da24dcdc2b36..59d3b881235e9ef0152b8214ccaa587f1478b498 100644 (file)
@@ -29,6 +29,8 @@
  * OF THE POSSIBILITY OF SUCH DAMAGE
  */
 
+#include "TestPeriodic.h"
+
 /**
  * This app sends a message from Transmitter node to the recevier node
  * and waits 1000 ms between each delivery so the Rx mote's radio
@@ -39,8 +41,6 @@
  * @author David Moss
  */
 
-#include "TestPeriodic.h"
-
 module TestPeriodicC {
   uses {
     interface Boot;