fsfw/unittest/config/tmtc/tmTcSize.h

11 lines
188 B
C
Raw Normal View History

2020-10-20 17:11:23 +02:00
#ifndef CONFIG_TMTC_TMTCSIZE_H_
#define CONFIG_TMTC_TMTCSIZE_H_
#include <cstdint>
namespace tmtcsize {
static const uint32_t MAX_TM_PACKET = 50;
}
#endif /* CONFIG_TMTC_TMTCSIZE_H_ */