Skip to content

Commit

Permalink
core:debug: documentation for DEBUG_PRINT was confusing and wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseichinger committed May 27, 2014
1 parent cc83220 commit cf93dc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/include/debug.h
Expand Up @@ -28,10 +28,10 @@
/**
* @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
* implementation file, all usages of *DEBUG_PRINTF* will print the given
* information to std-out. If DEVHELP is not set, all occurrences of
* *DEBUG_PRINTF* will be ignored.
* Use this macro the same as `printf`. When `DEVELHELP` is defined inside an
* implementation file, all usages of `DEBUG_PRINT` will print the given
* information to std-out after verifying the stack is big enough. If `DEVELHELP`
* is not set, this check is not performed. (CPU exception may occur)
*
* @{
*/
Expand Down

0 comments on commit cf93dc6

Please sign in to comment.