Skip to content

Commit

Permalink
Merge pull request lancaster-university#391 from lancaster-university…
Browse files Browse the repository at this point in the history
…/print-heap

Make microbit_heap_print() available externally
  • Loading branch information
finneyj committed Oct 2, 2018
2 parents 94fa768 + 3e37cc9 commit 11c8205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/core/MicroBitHeapAllocator.h
Expand Up @@ -83,5 +83,6 @@ struct HeapDefinition
* simply use the standard heap.
*/
int microbit_create_heap(uint32_t start, uint32_t end);
void microbit_heap_print();

#endif

0 comments on commit 11c8205

Please sign in to comment.