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 129b2ad commit 14eb75aCopy full SHA for 14eb75a
docs/reference/api/platform/platform.md
@@ -13,7 +13,7 @@ The role of the platform modules is to provide a consistent user experience on t
13
- <a href="/docs/v5.6/reference/circularbuffer.html" target="_blank">CircularBuffer</a>: The class that provides APIs to push and pop data from a buffer
14
- <a href="/docs/v5.6/reference/atcmdparser.html" target="_blank">ATCmdParser</a>: An Mbed OS compatible AT command parser.
15
16
-#### Callbacks
+<h4 id="callbacks">Callbacks</h4>
17
18
A callback is a user provided function that a user may pass to an API. The callback allows the API to execute the user’s code in its own context.
19
0 commit comments