From 58cd0e0e2fd9c8a0b52be7e9d7366adc5625fe89 Mon Sep 17 00:00:00 2001 From: kaisenl Date: Fri, 30 May 2008 03:02:44 +0000 Subject: [PATCH] Modified AM ID to follow TEP4 --- tos/lib/net/dip/Dip.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.39.2