mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
doc: describe usage of DEVELHELP
This commit is contained in:
parent
a7bc9afc4b
commit
a05032f293
7
doc.txt
7
doc.txt
@ -9,8 +9,11 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @def DEVELHELP
|
* @def DEVELHELP
|
||||||
* @brief This global macro activates some behavior that helps you while
|
* @brief This global macro activates functionality to help developers.
|
||||||
* developing but is otherwise optimized out.
|
*
|
||||||
|
* Additional code parts such as (extensive) debug output and sanity
|
||||||
|
* checks using assertions. To activate it set environment variable
|
||||||
|
* `DEVELHELP=1`, or disable explicitly with `DEVELHELP=0`.
|
||||||
*/
|
*/
|
||||||
#if DOXYGEN
|
#if DOXYGEN
|
||||||
# define DEVELHELP
|
# define DEVELHELP
|
||||||
|
Loading…
Reference in New Issue
Block a user