From 78c8b55067b2a3da8a2237fe8acd351d188902cb Mon Sep 17 00:00:00 2001 From: stijn Date: Thu, 8 Oct 2020 16:39:33 +0200 Subject: [PATCH] docs: Fix reference to QSTR_GEN_CFLAGS Makefile flag. --- docs/develop/qstr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/qstr.rst b/docs/develop/qstr.rst index 1b3b9f903b..3550a8bd42 100644 --- a/docs/develop/qstr.rst +++ b/docs/develop/qstr.rst @@ -51,7 +51,7 @@ Processing happens in the following stages: through the C pre-processor. This means that any conditionally disabled code will be removed, and macros expanded. This means we don't add strings to the pool that won't be used in the final firmware. Because at this stage (thanks - to the ``NO_QSTR`` macro added by ``QSTR_GEN_EXTRA_CFLAGS``) there is no + to the ``NO_QSTR`` macro added by ``QSTR_GEN_CFLAGS``) there is no definition for ``MP_QSTR_Foo`` it passes through this stage unaffected. This file also includes comments from the preprocessor that include line number information. Note that this step only uses files that have changed, which