From 1cbb1698a57a108ce6816c09bb96d840b201bb4d Mon Sep 17 00:00:00 2001 From: ayer1 Date: Sat, 13 Feb 2010 17:10:31 +0000 Subject: [PATCH] changed Message.h to shimmerMessage.h to eliminate confusion with the tos-2.x message.h used in radio stacks. --- tos/platforms/shimmer/chips/bluetooth/RovingNetworksP.nc | 2 +- tos/platforms/shimmer/{Message.h => shimmerMessage.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tos/platforms/shimmer/{Message.h => shimmerMessage.h} (100%) diff --git a/tos/platforms/shimmer/chips/bluetooth/RovingNetworksP.nc b/tos/platforms/shimmer/chips/bluetooth/RovingNetworksP.nc index b6d7a55f..b81aa48a 100644 --- a/tos/platforms/shimmer/chips/bluetooth/RovingNetworksP.nc +++ b/tos/platforms/shimmer/chips/bluetooth/RovingNetworksP.nc @@ -42,7 +42,7 @@ #include "RovingNetworks.h" -#include "Message.h" +#include "shimmerMessage.h" module RovingNetworksP { provides { diff --git a/tos/platforms/shimmer/Message.h b/tos/platforms/shimmer/shimmerMessage.h similarity index 100% rename from tos/platforms/shimmer/Message.h rename to tos/platforms/shimmer/shimmerMessage.h -- 2.39.2