diff options
Diffstat (limited to 'test/testheap.c')
-rw-r--r-- | test/testheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testheap.c b/test/testheap.c index 9baa95d82..e160143aa 100644 --- a/test/testheap.c +++ b/test/testheap.c @@ -48,7 +48,7 @@ #define SIZE 16
-static MemoryHeap test_heap;
+static memory_heap_t test_heap;
/**
* @page test_heap_001 Allocation and fragmentation test
|