X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf230%2FRadioAssert.h;h=0194f21e1100ff8a00c5222a2ef90724f1ef7f8f;hb=64b6cdad82d59d479856f52b6117e30fb9bebc7e;hp=19f172626d3a9903d21be60b0e8f6be35a1109ac;hpb=d03b3dc553fa13fffcc3bfd7c4e00bf34e9cbcb8;p=tinyos-2.x.git diff --git a/tos/chips/rf230/RadioAssert.h b/tos/chips/rf230/RadioAssert.h index 19f17262..0194f21e 100644 --- a/tos/chips/rf230/RadioAssert.h +++ b/tos/chips/rf230/RadioAssert.h @@ -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__)