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