mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5912 from MikeDK/critical_section_lock_fix
CriticalSectionLock: fixing missing includepull/5917/merge
commit
b67b69ee54
|
@ -19,6 +19,7 @@
|
|||
#define MBED_CRITICALSECTIONLOCK_H
|
||||
|
||||
#include "platform/mbed_critical.h"
|
||||
#include "platform/mbed_toolchain.h"
|
||||
|
||||
namespace mbed {
|
||||
|
||||
|
|
Loading…
Reference in New Issue