Skip to content

Commit 9e61533

Browse files
author
Amanda Butler
authored
Fix formatting in Kernel.md
Remove code formatting from headings for readability.
1 parent cb6b6d2 commit 9e61533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/rtos/Kernel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Kernel namespace implements interfaces to attach a function to some kernel e
66

77
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/mbed-os-api-doxy/namespacertos_1_1_kernel.html)
88

9-
### `get_ms_count()` example
9+
### get_ms_count() example
1010

1111
The function `get_ms_count()` can be used to read the current RTOS kernel millisecond tick count. The below code snippet demonstrates use of the `get_ms_count()` function to calculate the elapsed time:
1212

@@ -26,13 +26,13 @@ void send_data()
2626
2727
```
2828

29-
### `attach_idle_hook()` example
29+
### attach_idle_hook() example
3030

3131
The function `attach_idle_hook()` can be used to attach a function to be called by the RTOS idle task. The below code snippet demostrates the usage.
3232

3333
[![View Example](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-kernel-hooks)](https://github.com/ARMmbed/mbed-os-example-kernel-hooks/blob/master/main.cpp)
3434

35-
### `attach_thread_terminate_hook()` example
35+
### attach_thread_terminate_hook() example
3636

3737
The function `attach_thread_terminate_hook()` can be used to attach a function to be called when a thread terminates.
3838

0 commit comments

Comments
 (0)