We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbcc49 commit 5287d2fCopy full SHA for 5287d2f
1 file changed
config/FpConfig.h
@@ -349,7 +349,8 @@ typedef FwIndexType FwQueueSizeType;
349
#define FW_INTERNAL_INTERFACE_STRING_MAX_SIZE 256 //!< Max size of interface string parameter type
350
#endif
351
352
-// enables text logging of events as well as data logging. Adds a second logging port for text output.
+// Enables text logging of events as well as data logging. Adds a second logging port for text output.
353
+// In order to set this to 0, FPRIME_ENABLE_TEXT_LOGGERS must be set to OFF.
354
#ifndef FW_ENABLE_TEXT_LOGGING
355
#define FW_ENABLE_TEXT_LOGGING 1 //!< Indicates whether text logging is turned on
356
0 commit comments