Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pprz_debug.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MY_ASSERT(cond)
 
#define ASSERT(cond, mod, err)   {}
 

Macro Definition Documentation

#define ASSERT (   cond,
  mod,
  err 
)    {}

Definition at line 53 of file pprz_debug.h.

#define MY_ASSERT (   cond)
Value:
{ \
if (!(cond)) while(1); \
}
if(PrimarySpektrumState.SpektrumTimer)

Definition at line 25 of file pprz_debug.h.