Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more
This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.
Note, you must import this library with import name: events!!!
Diff: hal/common/retarget.cpp
- Revision:
- 7262:f469aee29594
- Parent:
- 6984:94fc5d678e5f
- Child:
- 7338:b24a223c149b
--- a/hal/common/retarget.cpp Thu Jul 28 16:23:17 2016 +0300 +++ b/hal/common/retarget.cpp Thu Jul 28 14:04:21 2016 -0500 @@ -22,6 +22,7 @@ #include "semihost_api.h" #include "mbed_interface.h" #include "SingletonPtr.h" +#include "PlatformMutex.h" #if DEVICE_STDIO_MESSAGES #include <stdio.h> #endif