diff options
Diffstat (limited to 'src/chheap.c')
-rw-r--r-- | src/chheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chheap.c b/src/chheap.c index 08ead3411..98bff9c43 100644 --- a/src/chheap.c +++ b/src/chheap.c @@ -190,7 +190,7 @@ void chHeapFree(void *p) { * @return The number of fragments in the heap.
* @note This function is meant to be used in the test suite, it should not be
* really useful for the application code.
- * @note This function is not implemented when the \p CH_USE_MALLOC_HEAP
+ * @note This function is not implemented when the @p CH_USE_MALLOC_HEAP
* configuration option is used (it always returns zero).
*/
size_t chHeapStatus(size_t *sizep) {
|