Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_Error.h File Reference
Include dependency graph for cs_Error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define assert(expr, message)
 Author: Crownstone Team Date: 21 Sep., 2013 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed) More...
 

Macro Definition Documentation

◆ assert

#define assert (   expr,
  message 
)
Value:
if (!(expr)) { \
CLOGe("%s", message); \
_exit(1); \
}

Author: Crownstone Team Date: 21 Sep., 2013 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)