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
