From 3ca3f151f5369f90782b9cf174f9499d294bbad6 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 3 Oct 2024 09:29:36 +0200 Subject: [PATCH] Add missing backticks Signed-off-by: Ronald Cron --- docs/proposed/config-split.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/proposed/config-split.md b/docs/proposed/config-split.md index c81b3b2fb2..fe750f485c 100644 --- a/docs/proposed/config-split.md +++ b/docs/proposed/config-split.md @@ -168,9 +168,10 @@ section dedicated to non boolean configuration options anymore. #### SECTION General and test configuration options Note: for consistency with the configuration file name change from `crypto_config.h` to `tf_psa_crypto_config.h`, the configuration options -MBEDTLS_PSA_CRYPTO_CONFIG_FILE and MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE are -respectively renamed TF_PSA_CRYPTO_CONFIG_FILE and TF_PSA_CRYPTO_USER_CONFIG_FILE. -These are the only configuration options renamed by this document. +`MBEDTLS_PSA_CRYPTO_CONFIG_FILE` and `MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE` are +respectively renamed `TF_PSA_CRYPTO_CONFIG_FILE` and +`TF_PSA_CRYPTO_USER_CONFIG_FILE`. These are the only configuration options +renamed by this document. ``` //#define MBEDTLS_CHECK_RETURN_WARNING //#define MBEDTLS_DEPRECATED_REMOVED