From 837f2cd0fd066a1a4ee1fe299aac42b7816c7e29 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 27 Apr 2018 07:34:15 +0000 Subject: Added const modifiers where required, replace NULL with nullptr, minor documentation fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11955 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/lib/src/chmemheaps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/lib/src/chmemheaps.c') diff --git a/os/lib/src/chmemheaps.c b/os/lib/src/chmemheaps.c index ebbd46bad..fc01b7ccc 100644 --- a/os/lib/src/chmemheaps.c +++ b/os/lib/src/chmemheaps.c @@ -347,9 +347,9 @@ void chHeapFree(void *p) { * @param[in] heapp pointer to a heap descriptor or @p NULL in order to * access the default heap. * @param[in] totalp pointer to a variable that will receive the total - * fragmented free space or @ NULL + * fragmented free space or @p NULL * @param[in] largestp pointer to a variable that will receive the largest - * free free block found space or @ NULL + * free free block found space or @p NULL * @return The number of fragments in the heap. * * @api -- cgit v1.2.3