mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
doc: Fix code blocks in thread_local_storage.rst
Add missing blank line before the code block to render it correctly. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -28,6 +28,7 @@ If your compiler support it then you still need further configuration to use it:
|
|||||||
2. Handle ``tbss`` and ``tdata`` sections in linker script, your can refer to the example in rv-virt
|
2. Handle ``tbss`` and ``tdata`` sections in linker script, your can refer to the example in rv-virt
|
||||||
|
|
||||||
To confirm that your compiler supports TLS, you can try this command:
|
To confirm that your compiler supports TLS, you can try this command:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
arm-none-eabi-gcc --verbose
|
arm-none-eabi-gcc --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user