trace.h File Reference

#include <compiler.h>
#include "printf-stdarg.h"

Go to the source code of this file.

Defines

#define ASSERT(cond, str)


Define Documentation

#define ASSERT ( cond,
str   ) 

Value:

do {            \
        if (!(cond)) {          \
            printk("%s\n", str);    \
            Assert(0);      \
        }               \
    } while(0)

Definition at line 34 of file trace.h.

Referenced by main(), and wl_init_complete_cb().


Generated on Fri Feb 19 02:24:08 2010 for AVR32 - H&D by  doxygen 1.5.5