[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128
atm128hardware.h, 1.4, 1.5
Jan Beutel
beutel at users.sourceforge.net
Tue Feb 6 10:12:07 PST 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep124.txt,NONE,1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
BasicRouting.nc, 1.4, NONE Collection.h, 1.4,
NONE CollectionC.nc, 1.4, NONE CollectionDebug.nc, 1.4,
NONE CollectionDebugMsg.h, 1.2, NONE CollectionId.nc, 1.2,
NONE CollectionIdP.nc, 1.2, NONE CollectionPacket.nc, 1.4,
NONE CollectionSenderC.nc, 1.2, NONE CollectionSenderP.nc, 1.2,
NONE CostBasedRouting.nc, 1.2, NONE ForwardingEngine.h, 1.2,
NONE ForwardingEngineP.nc, 1.4, NONE NeighborTable.nc, 1.2,
NONE README, 1.4, NONE RootControl.nc, 1.4,
NONE RoutingEngineControl.nc, 1.4, NONE TreeCollection.h, 1.2,
NONE TreeCollectionC.nc, 1.3, NONE TreeRouting.h, 1.2,
NONE TreeRouting.notes, 1.2, NONE TreeRoutingEngineP.nc, 1.4,
NONE TreeRoutingInspect.nc, 1.4, NONE UARTDebugSenderP.nc, 1.2,
NONE UnicastNameFreeRouting.nc, 1.4, NONE collection.draft,
1.4, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25208/tos/chips/atm128
Modified Files:
atm128hardware.h
Log Message:
added avr libc version switch for includes
Index: atm128hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/atm128hardware.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** atm128hardware.h 12 Dec 2006 18:23:03 -0000 1.4
--- atm128hardware.h 6 Feb 2007 18:12:05 -0000 1.5
***************
*** 43,48 ****
#include <avr/io.h>
! #include <avr/signal.h>
#include <avr/interrupt.h>
#include <avr/wdt.h>
#include <avr/pgmspace.h>
--- 43,52 ----
#include <avr/io.h>
! #if __AVR_LIBC_VERSION__ >= 10400UL
! #include <avr/interrupt.h>
! #else
#include <avr/interrupt.h>
+ #include <avr/signal.h>
+ #endif
#include <avr/wdt.h>
#include <avr/pgmspace.h>
***************
*** 130,132 ****
}
! #endif //_H_atmega128hardware_H
--- 134,136 ----
}
! #endif //_H_atmega128hardware_H
\ No newline at end of file
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep124.txt,NONE,1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
BasicRouting.nc, 1.4, NONE Collection.h, 1.4,
NONE CollectionC.nc, 1.4, NONE CollectionDebug.nc, 1.4,
NONE CollectionDebugMsg.h, 1.2, NONE CollectionId.nc, 1.2,
NONE CollectionIdP.nc, 1.2, NONE CollectionPacket.nc, 1.4,
NONE CollectionSenderC.nc, 1.2, NONE CollectionSenderP.nc, 1.2,
NONE CostBasedRouting.nc, 1.2, NONE ForwardingEngine.h, 1.2,
NONE ForwardingEngineP.nc, 1.4, NONE NeighborTable.nc, 1.2,
NONE README, 1.4, NONE RootControl.nc, 1.4,
NONE RoutingEngineControl.nc, 1.4, NONE TreeCollection.h, 1.2,
NONE TreeCollectionC.nc, 1.3, NONE TreeRouting.h, 1.2,
NONE TreeRouting.notes, 1.2, NONE TreeRoutingEngineP.nc, 1.4,
NONE TreeRoutingInspect.nc, 1.4, NONE UARTDebugSenderP.nc, 1.2,
NONE UnicastNameFreeRouting.nc, 1.4, NONE collection.draft,
1.4, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list