aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chheap.h')
-rw-r--r--os/kernel/include/chheap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chheap.h b/os/kernel/include/chheap.h
index 8be48961a..1cfaf2c5f 100644
--- a/os/kernel/include/chheap.h
+++ b/os/kernel/include/chheap.h
@@ -18,15 +18,15 @@
*/
/**
- * @file heap.h
+ * @file chheap.h
* @brief Heaps macros and structures.
*
* @addtogroup heaps
* @{
*/
-#ifndef _HEAP_H_
-#define _HEAP_H_
+#ifndef _CHHEAP_H_
+#define _CHHEAP_H_
#if CH_USE_HEAP
@@ -85,6 +85,6 @@ extern "C" {
#endif /* CH_USE_HEAP */
-#endif /* _HEAP_H_ */
+#endif /* _CHHEAP_H_ */
/** @} */