Merge pull request #2429 from authmillenon/all/doc/enable-helper-macros
doc: enable helper macros for doxygendev/timer
commit
0b8271a08a
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @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.
|
||||
*/
|
Loading…
Reference in New Issue