]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/extra/telos/NetProg_platform.h
Super Duper update to Deluge T2. The manual and the testing scripts are temporary...
[tinyos-2.x.git] / tos / lib / net / Deluge / extra / telos / NetProg_platform.h
index 365831a8b415a3a9248f651e62e6a734a451593e..52d4acb7375be8e7840bad65b7a100af57fcfd85 100644 (file)
 #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);