docs: fix syntax errors in only:: blocks

This commit is contained in:
Ivan Grokhotkov
2021-08-23 19:27:30 +02:00
committed by bot
parent 1a19014d3d
commit 19a75177a8
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ There are no such constraints and impacts for flash chips on other SPI buses tha
For differences between IRAM, DRAM, and flash cache, please refer to the :ref:`application memory layout <memory-layout>` documentation.
.. only: not CONFIG_FREERTOS_UNICORE
.. only:: not CONFIG_FREERTOS_UNICORE
To avoid reading flash cache accidentally, when one CPU initiates a flash write or erase operation, the other CPU is put into a blocked state, and all non-IRAM-safe interrupts are disabled on all CPUs until the flash operation completes.