[Tinyos-commits] CVS: tinyos-1.x/tos/lib/Flash BlockStorage.h, 1.1,
1.2
Jonathan Hui
jwhui at users.sourceforge.net
Mon Mar 13 20:42:34 PST 2006
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/Flash
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29285
Modified Files:
BlockStorage.h
Log Message:
Include Storage.h as well.
Index: BlockStorage.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/Flash/BlockStorage.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** BlockStorage.h 11 Jul 2005 23:36:08 -0000 1.1
--- BlockStorage.h 14 Mar 2006 04:42:28 -0000 1.2
***************
*** 29,32 ****
--- 29,34 ----
#define __BLOCK_STORAGE_H__
+ #include "Storage.h"
+
typedef uint32_t block_addr_t;
typedef uint8_t blockstorage_t;
More information about the Tinyos-commits
mailing list