From: kaisenl Date: Fri, 30 May 2008 03:02:44 +0000 (+0000) Subject: Modified AM ID to follow TEP4 X-Git-Tag: release_tinyos_2_1_0_0~357 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=58cd0e0e2fd9c8a0b52be7e9d7366adc5625fe89 Modified AM ID to follow TEP4 --- diff --git a/tos/lib/net/dip/Dip.h b/tos/lib/net/dip/Dip.h index fd3226bb..bcdfe21e 100644 --- a/tos/lib/net/dip/Dip.h +++ b/tos/lib/net/dip/Dip.h @@ -19,10 +19,10 @@ typedef enum { } dip_msgid_t; enum { - AM_DIP = 0x84, - AM_DIP_DATA_MSG = 0x84, // For MIG tool - AM_DIP_MSG = 0x84, // For MIG tool - AM_DIP_DATA = 0x84 // For MIG tool + AM_DIP = 0x61, + AM_DIP_DATA_MSG = 0x61, // For MIG tool + AM_DIP_MSG = 0x61, // For MIG tool + AM_DIP_DATA = 0x61 // For MIG tool }; typedef uint16_t dip_index_t;