aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/oslib/include/chheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/oslib/include/chheap.h')
-rw-r--r--os/common/oslib/include/chheap.h6
1 files changed, 3 insertions, 3 deletions
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 */
/** @} */