[Tinyos-help] Fwd: redefining AM.h

2008-05-12 Thread Jack Travis
Hi,
I am creating a new platform, and I need to change the types in "AM.h" (like
AM_BROADCAST_ADDR = 0xfff*e*,) I guess directly changing the types in AM.h
would  not be clean,  how  can  I override it so that my fooAM.h be included
before AM.h? the directory is already included in my .platform but it does
not work.

Thanks
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Fwd: redefining AM.h

2008-05-12 Thread Kevin Klues
As long as you create the file with the same name, it should shadow it
properly.  Rename your file to simply AM.h instead of fooAM.h and see
what happens.

Kevin

On Mon, May 12, 2008 at 6:21 AM, Jack Travis
<[EMAIL PROTECTED]> wrote:
> Hi,
> I am creating a new platform, and I need to change the types in "AM.h" (like
> AM_BROADCAST_ADDR = 0xfffe,) I guess directly changing the types in AM.h
> would  not be clean,  how  can  I override it so that my fooAM.h be included
> before AM.h? the directory is already included in my .platform but it does
> not work.
>
> Thanks
>
>
> ___
>  Tinyos-help mailing list
>  Tinyos-help@millennium.berkeley.edu
>  https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
~Kevin
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help