Merge pull request #391 from lancaster-university/print-heap

Make microbit_heap_print() available externally
master
Joe Finney 2018-10-02 17:21:48 +01:00 committed by GitHub
commit 11c8205754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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