You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/api/platform/platform.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The role of the platform modules is to provide a consistent user experience on t
5
5
-[Wait](/docs/development/reference/wait.html): An API that provides simple wait capabilities.
6
6
-[Callback](/docs/development/reference/callback.html): An API that executes the user’s code in its own context.
7
7
-[DeepSleepLock](/docs/development/reference/deepsleeplock.html): The sleep function for Mbed OS.
8
-
-[SleepManager](/docs/development/reference/sleep-manager.html): The function that provides an API to control sleep modes.
8
+
-[Power management](/docs/development/reference/power-management.html): The function that provides an API to control sleep modes.
9
9
-[CriticalSectionLock](/docs/development/reference/criticalsectionlock.html): An object that establishes the beginning of a critical section and uses RAII to disable and restore interrupt state when the current scope exits.
10
10
-[Time](/docs/development/reference/time.html): A group of functions in the standard library of the C programming language implementing date and time manipulation operations.
11
11
-[Error](/docs/development/reference/error.html): A functions that generates a fatal runtime error.
0 commit comments