From: mmaroti Date: Fri, 20 Nov 2009 08:32:51 +0000 (+0000) Subject: use standard types X-Git-Tag: rc_6_tinyos_2_1_1~132 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=a37310d42958c5ea7a6d513ac61e6182b0bc9ba1 use standard types --- 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__