X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fheap.h;h=c19c2ec76653cf118683bda9bbb2a08e4b73a356;hb=cdd85b7bd633a4256b1250dd4c0b8ead0cb37b62;hp=6819d6793a2ac4dffb481aaef5f00203cfe0d49b;hpb=e5174304054e26cd8f3cd1f9980871c20c07fc46;p=bertos.git diff --git a/bertos/struct/heap.h b/bertos/struct/heap.h index 6819d679..c19c2ec7 100644 --- a/bertos/struct/heap.h +++ b/bertos/struct/heap.h @@ -40,8 +40,8 @@ * \author Bernie Innocenti */ -#ifndef MWARE_HEAP_H -#define MWARE_HEAP_H +#ifndef STRUCT_HEAP_H +#define STRUCT_HEAP_H #include "cfg/cfg_heap.h" #include @@ -86,4 +86,4 @@ void heap_free(struct Heap* heap, void * mem); #endif -#endif /* MWARE_HEAP_H */ +#endif /* STRUCT_HEAP_H */