From 830278dcd222180f3a4e6c5f288ea9f05afc52ae Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 23 Mar 2016 18:43:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chheap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/common/oslib/include/chheap.h') diff --git a/os/common/oslib/include/chheap.h b/os/common/oslib/include/chheap.h index 9a90d0488..9a0bc083e 100644 --- a/os/common/oslib/include/chheap.h +++ b/os/common/oslib/include/chheap.h @@ -25,8 +25,8 @@ * @{ */ -#ifndef _CHHEAP_H_ -#define _CHHEAP_H_ +#ifndef CHHEAP_H +#define CHHEAP_H #if (CH_CFG_USE_HEAP == TRUE) || defined(__DOXYGEN__) @@ -166,6 +166,6 @@ static inline size_t chHeapGetSize(const void *p) { #endif /* CH_CFG_USE_HEAP == TRUE */ -#endif /* _CHHEAP_H_ */ +#endif /* CHHEAP_H */ /** @} */ -- cgit v1.2.3