testing/fstest:Remove duplicate macro references in source code

This commit is contained in:
crafcat7 2022-11-14 11:21:14 +08:00 committed by Xiang Xiao
parent 606ebe99d9
commit a799738184

View File

@ -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
****************************************************************************/