]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
use standard types
authormmaroti <mmaroti>
Fri, 20 Nov 2009 08:32:51 +0000 (08:32 +0000)
committermmaroti <mmaroti>
Fri, 20 Nov 2009 08:32:51 +0000 (08:32 +0000)
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__