We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e095c78 commit 1131d84Copy full SHA for 1131d84
platform/PlatformMutex.h
@@ -28,7 +28,7 @@
28
29
/** The PlatformMutex class is used to synchronize the execution of threads.
30
*
31
- * The PlatformMutex class is used by Mbed OS drivers instead of rtos::Mutex.
+ * Mbed drivers use the PlatformMutex class instead of rtos::Mutex.
32
* This enables the use of drivers when the Mbed OS is compiled without the RTOS.
33
34
* @note
@@ -71,7 +71,7 @@ class PlatformMutex: private mbed::NonCopyable<PlatformMutex> {
71
{
72
}
73
74
- /** Unlock a PlatformMutex that has previously been locked by the same thread.
+ /** Unlock a PlatformMutex that the same thread has previously locked.
75
76
77
* - When the RTOS is present, this is an alias for rtos::Mutex::unlock().
0 commit comments