]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/extra/micaz/TOSBoot_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 / micaz / TOSBoot_platform.h
index 736bb2e85358601aff4e924bc211e893883e84f2..e2392a0c0bfed6b313dac3791da88d3ea48783ed 100644 (file)
 #define __TOSBOOT_PLATFORM_H__
 
 enum {
-  // address of TOSBoot args in internal flash
-  TOSBOOT_ARGS_ADDR = 0xff0,
-  // number of resets to force golden image
-  TOSBOOT_GESTURE_MAX_COUNT = 3,
-  // address of the golden image in external flash
-  TOSBOOT_GOLDEN_IMG_ADDR = 0x0L,
-  // size of each internal program flash page
-  TOSBOOT_INT_PAGE_SIZE = SPM_PAGESIZE,
-};
-
-enum {
-  DELUGE_MIN_ADV_PERIOD_LOG2 = 9,
-  DELUGE_QSIZE = 2,
+  TOSBOOT_ARGS_ADDR = 0xff0,      // address of TOSBoot args in internal flash
+  TOSBOOT_GESTURE_MAX_COUNT = 3,  // number of resets to force golden image
+  TOSBOOT_GOLDEN_IMG_ADDR = 0x0L, // address of the golden image in external flash
+  TOSBOOT_INT_PAGE_SIZE = SPM_PAGESIZE, // size of each internal program flash page
 };
 
 #endif