]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/ActiveMessageLayer.h
use standard types
[tinyos-2.x.git] / tos / chips / rf2xx / layers / ActiveMessageLayer.h
index 1a6d5afe411ee922b7d2fcceb5cd6fc09fc24224..61a3cc113e374be3c05542fa7d6aacd44ef7dd64 100644 (file)
 #ifndef __ACTIVEMESSAGELAYER_H__
 #define __ACTIVEMESSAGELAYER_H__
 
+#include "AM.h"
+
 typedef nx_struct activemessage_header_t
 {
-       nxle_uint8_t type;
+       nx_am_id_t type;
 } activemessage_header_t;
 
 #endif//__ACTIVEMESSAGELAYER_H__