Skip to content
Snippets Groups Projects
Commit 4e068bc1 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

doc: core: fix formatting

parent d8574c15
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
* *
* Reading from the top down, you can see that first, stack memory for our thread * Reading from the top down, you can see that first, stack memory for our thread
* `rcv_thread` is preallocated, followed by an implementation of the thread's * `rcv_thread` is preallocated, followed by an implementation of the thread's
* function. Communication between threads is done using @ref core_msg: in this * function. Communication between threads is done using @ref core_msg. In this
* case, `rcv_thread` will print the process id of each thread that sent a * case, `rcv_thread` will print the process id of each thread that sent a
* message to `rcv_thread`. * message to `rcv_thread`.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment