X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Flayers%2FActiveMessageLayer.h;h=61a3cc113e374be3c05542fa7d6aacd44ef7dd64;hb=a37310d42958c5ea7a6d513ac61e6182b0bc9ba1;hp=1a6d5afe411ee922b7d2fcceb5cd6fc09fc24224;hpb=63cd7c320b06acae51ca4aa6a40442cc4721c677;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/layers/ActiveMessageLayer.h b/tos/chips/rf2xx/layers/ActiveMessageLayer.h index 1a6d5afe..61a3cc11 100644 --- a/tos/chips/rf2xx/layers/ActiveMessageLayer.h +++ b/tos/chips/rf2xx/layers/ActiveMessageLayer.h @@ -24,9 +24,11 @@ #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__