You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/11/14 14:42:01 UTC

[incubator-nuttx-apps] 02/02: testing/fstest:Remove duplicate macro references in source code

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit a799738184ef54113fdd5bd3f6a88806de64734a
Author: crafcat7 <11...@users.noreply.github.com>
AuthorDate: Mon Nov 14 11:21:14 2022 +0800

    testing/fstest:Remove duplicate macro references in source code
---
 testing/fstest/fstest_main.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/testing/fstest/fstest_main.c b/testing/fstest/fstest_main.c
index 00b51cf9b..a48723a56 100644
--- a/testing/fstest/fstest_main.c
+++ b/testing/fstest/fstest_main.c
@@ -46,6 +46,16 @@
 
 #include <nuttx/crc32.h>
 
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+/* Configuration ************************************************************/
+
+#ifndef CONFIG_TESTING_FSTEST_VERBOSE
+#  define CONFIG_TESTING_FSTEST_VERBOSE 0
+#endif
+
 /****************************************************************************
  * Private Types
  ****************************************************************************/