]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/extra/telos/NetProg_platform.h
Remove bogus 'tab:4' and 'tab:2' markers.
[tinyos-2.x.git] / tos / lib / net / Deluge / extra / telos / NetProg_platform.h
index 365831a8b415a3a9248f651e62e6a734a451593e..8b80b5249506feb8972459fe482e8119ffd90225 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/*                                                                     tab:2
+/*
  *
  *
  * "Copyright (c) 2000-2005 The Regents of the University  of California.  
 #ifndef __NETPROG_PLATFORM_H__
 #define __NETPROG_PLATFORM_H__
 
-enum {
-  IFLASH_TOS_INFO_ADDR = 0x60,  // 6 bytes
-  IFLASH_NODE_DESC_ADDR = 0x66, // 10 bytes
-};
-
 void netprog_reboot() {
   WDTCTL = WDT_ARST_1_9; 
   while(1);