1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

doc: core: fix formatting

This commit is contained in:
Oleg Hahm 2017-01-15 12:04:43 +01:00
parent d8574c15e9
commit 4e068bc1a4

View File

@ -87,7 +87,7 @@
*
* 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
* 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
* message to `rcv_thread`.
*