Skip to content

Commit 5287d2f

Browse files
authored
Clarify dependency for FW_ENABLE_TEXT_LOGGING (nasa#3391)
1 parent fdbcc49 commit 5287d2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/FpConfig.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ typedef FwIndexType FwQueueSizeType;
349349
#define FW_INTERNAL_INTERFACE_STRING_MAX_SIZE 256 //!< Max size of interface string parameter type
350350
#endif
351351

352-
// enables text logging of events as well as data logging. Adds a second logging port for text output.
352+
// 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.
353354
#ifndef FW_ENABLE_TEXT_LOGGING
354355
#define FW_ENABLE_TEXT_LOGGING 1 //!< Indicates whether text logging is turned on
355356
#endif

0 commit comments

Comments
 (0)