]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
need to include the safe tinyos annotations here too
authorregehr <regehr>
Tue, 19 Feb 2008 05:13:08 +0000 (05:13 +0000)
committerregehr <regehr>
Tue, 19 Feb 2008 05:13:08 +0000 (05:13 +0000)
tos/lib/tossim/tos.h

index 886b294a53ef1c1470aa404b6e8d4386c4eb61d5..d02c2e1ec55e22adac53f6d6026af6eb7f86499d 100644 (file)
 typedef uint8_t bool;
 #endif
 
+/* 
+ * TEMPORARY: include the Safe TinyOS macros so that annotations get
+ * defined away for non-safe users -- this will no longer be necessary
+ * after we require users to use the ncc that has Safe TinyOS
+ * support 
+ */
+#include "../../lib/safe/include/annots_stage1.h"
+
 enum { FALSE = 0, TRUE = 1 };
 
 extern uint16_t TOS_NODE_ID;