First compiling buid of integrated heap allocator

master
Joe Finney 2018-09-06 16:04:06 +01:00
parent 7142c84178
commit 4029770eae
1 changed files with 0 additions and 5 deletions

View File

@ -112,11 +112,6 @@ void MicroBit::init()
if (status & MICROBIT_INITIALIZED)
return;
#if CONFIG_ENABLED(MICROBIT_HEAP_ALLOCATOR)
// Bring up a nested heap allocator.
microbit_create_nested_heap(MICROBIT_NESTED_HEAP_SIZE);
#endif
// Bring up fiber scheduler.
scheduler_init(messageBus);