1
0
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:
smlng 2017-11-20 16:05:24 +01:00
parent a7bc9afc4b
commit a05032f293

View File

@ -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