The better way to do this is to check the AVR_GCC version... david gay
sent me some info about how to do that and include it in hardware.h, so
I'm going to make that change and commit it in the next hour or so.

-Joe

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Szewczyk
Sent: Wednesday, March 19, 2003 3:35 PM
To: Sarah Newman; [EMAIL PROTECTED]
Subject: RE: [Tinyos-users] Systime.c

I;ve put in the following bit of code in SysTimeC.nc:

#ifndef __outw
#define __outw(val, port) outw(port, val);
#endif


(note that the argument order has changed to something marginally more
logical)

Rob

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:tinyos-users-
> [EMAIL PROTECTED] On Behalf Of Sarah R. Newman
> Sent: Wednesday, March 19, 2003 3:07 PM
> To: [EMAIL PROTECTED]
> Subject: [Tinyos-users] Systime.c
> 
> Systime.c uses the macro "__outw"; this macro has changed to "outw" in
> avr-gcc
> 3.3.
> 
> 
> 
> 
> _______________________________________________
> Tinyos-users mailing list
> [EMAIL PROTECTED]
> http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users

_______________________________________________
Tinyos-users mailing list
[EMAIL PROTECTED]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users

_______________________________________________
Tinyos-users mailing list
[EMAIL PROTECTED]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users

Reply via email to