fprime/default/config/ActiveTextLoggerCfg.hpp
2025-09-10 15:02:07 -07:00

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