]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/RadioAssert.h
rename everything to support the RF212
[tinyos-2.x.git] / tos / chips / rf230 / RadioAssert.h
index 19f172626d3a9903d21be60b0e8f6be35a1109ac..0194f21e1100ff8a00c5222a2ef90724f1ef7f8f 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef __RADIOASSERT_H__
 #define __RADIOASSERT_H__
 
-#ifdef RF230_DEBUG
+#ifdef RF2XX_DEBUG
 
        void assert(bool condition, const char* file, uint16_t line);
        #define ASSERT(COND) assert(COND, __FILE__, __LINE__)