]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
*** empty log message ***
authorrarseverino <rarseverino>
Tue, 8 Sep 2009 10:34:20 +0000 (10:34 +0000)
committerrarseverino <rarseverino>
Tue, 8 Sep 2009 10:34:20 +0000 (10:34 +0000)
tos/lib/net/zigbee/wrapper/includes/mac_enumerations.h

index 4ad8476336b2928e774b690f24bf39cb3d69af4e..afde5450514efaa3b1a65a010b1a939ba96deb22 100644 (file)
@@ -6,6 +6,8 @@
  
 #ifndef __MAC_ENUMERATIONS__
 #define __MAC_ENUMERATIONS__
+
+#include "TKN154.h"
  
 //Mac enumerations standard pag 110
 
@@ -108,14 +110,9 @@ enum{
 
 enum{
        ED_SCAN = 0x00,
-       ACTIVE_SCAN = 0x01,
-       PASSIVE_SCAN = 0x02,
-       ORPHAN_SCAN = 0x03
 };
 
 
 
-#endif
-//
 #endif