Skip to content

Commit 41578f1

Browse files
committed
Fix heap initialization error in rtos-less code
1 parent 401a3c8 commit 41578f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/mbed_retarget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include <stdio.h>
4343
#include <errno.h>
4444
#include "platform/mbed_retarget.h"
45+
#include "mbed_rtx.h"
4546

4647
static SingletonPtr<PlatformMutex> _mutex;
4748

0 commit comments

Comments
 (0)