mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #1248 from thomaseichinger/debug_h_doc_fix
core:debug: documentation for `DEBUG_PRINT` was confusing and wrong
This commit is contained in:
commit
aab2311205
@ -28,10 +28,10 @@
|
|||||||
/**
|
/**
|
||||||
* @name Print debug information if the calling thread stack is large enough
|
* @name Print debug information if the calling thread stack is large enough
|
||||||
*
|
*
|
||||||
* Use this macro the same as printf. When DEVHELP is defined inside an
|
* Use this macro the same as `printf`. When `DEVELHELP` is defined inside an
|
||||||
* implementation file, all usages of *DEBUG_PRINTF* will print the given
|
* implementation file, all usages of `DEBUG_PRINT` will print the given
|
||||||
* information to std-out. If DEVHELP is not set, all occurrences of
|
* information to std-out after verifying the stack is big enough. If `DEVELHELP`
|
||||||
* *DEBUG_PRINTF* will be ignored.
|
* is not set, this check is not performed. (CPU exception may occur)
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user