[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge DelugePageTransfer.h, 1.7, 1.8

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Aug 25 09:48:51 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14951/tos/lib/net/Deluge

Modified Files:
	DelugePageTransfer.h 
Log Message:
Deluge T2 support for Epic. This includes support for at45db161d and some refactoring and cleaning.


Index: DelugePageTransfer.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/DelugePageTransfer.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** DelugePageTransfer.h	20 Jun 2008 18:50:15 -0000	1.7
--- DelugePageTransfer.h	25 Aug 2008 16:48:47 -0000	1.8
***************
*** 32,36 ****
  #define DELUGEPAGETRANSFER_H
  
! #if defined(PLATFORM_TELOSB)
    #include "extra/telosb/TOSBoot_platform.h"
  #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS)
--- 32,36 ----
  #define DELUGEPAGETRANSFER_H
  
! #if defined(PLATFORM_TELOSB) || defined(PLATFORM_EPIC)
    #include "extra/telosb/TOSBoot_platform.h"
  #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS)



More information about the Tinyos-2-commits mailing list