mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
9 lines
215 B
C++
9 lines
215 B
C++
#ifndef Config_PassiveTextLoggerCfg_HPP_
|
|
#define Config_PassiveTextLoggerCfg_HPP_
|
|
|
|
enum {
|
|
PASSIVE_TEXT_LOGGER_ID_FILTER_SIZE = 25, //!< Size of event ID filter
|
|
};
|
|
|
|
#endif /* Config_PassiveTextLoggerCfg_HPP_ */
|