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

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