Analog Devices Wi-Fi Software Reference Manual
Release 1.0.0
|
Macros | |
#define | ASSERT(x) assert(x) |
#define | RETURN_ERROR(result, expected, value) |
#define ASSERT | ( | x | ) | assert(x) |
Assert macro which maps to standard C assert in debug, nothing in release
#define RETURN_ERROR | ( | result, | |
expected, | |||
value | |||
) |
Returns "value" if "result" is not equal to "expected"