mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
/**
|
|
* @def DEVELHELP
|
|
* @brief This global macro activates some behavior that helps you while
|
|
* developing but is otherwise optimized out.
|
|
*/
|
|
|
|
/**
|
|
* @def TEST_SUITES
|
|
* @brief This global macro activates functionality that is needed for
|
|
* automated testing but not needed otherwise.
|
|
*/
|