From 53e01bfb96532e7c644bc453825308c7338c98b4 Mon Sep 17 00:00:00 2001 From: krzychb Date: Thu, 8 Mar 2018 10:03:32 +0100 Subject: [PATCH] Added missing link to sdkconfig --- docs/api-reference/storage/spi_flash.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/storage/spi_flash.rst b/docs/api-reference/storage/spi_flash.rst index e95d93883a..655e9a07d7 100644 --- a/docs/api-reference/storage/spi_flash.rst +++ b/docs/api-reference/storage/spi_flash.rst @@ -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