]> granicus.if.org Git - esp-idf/commitdiff
Added missing link to sdkconfig
authorkrzychb <krzychb@gazeta.pl>
Thu, 8 Mar 2018 09:03:32 +0000 (10:03 +0100)
committerkrzychb <krzychb@gazeta.pl>
Thu, 8 Mar 2018 09:03:32 +0000 (10:03 +0100)
docs/api-reference/storage/spi_flash.rst

index e95d93883a0fee4358670cc9bd226ca85a577af1..655e9a07d7cd1e5e532520ea55d85cd68ee64904 100644 (file)
@@ -40,7 +40,7 @@ CPU A as well and returns control to the calling code.
 
 Additionally, all API functions are protected with a mutex (s_flash_op_mutex).
 
-In a single core environment (CONFIG_FREERTOS_UNICORE enabled), we simply
+In a single core environment (:ref:`CONFIG_FREERTOS_UNICORE` enabled), we simply
 disable both caches, no inter-CPU communication takes place.
 
 API Reference - SPI Flash