fsfw/tmtcpacket/pus/TcPacketStored.h

14 lines
285 B
C
Raw Normal View History

2021-06-13 16:29:13 +02:00
#ifndef FSFW_TMTCPACKET_PUS_TCPACKETSTORED_H_
#define FSFW_TMTCPACKET_PUS_TCPACKETSTORED_H_
2021-06-13 16:29:13 +02:00
#include <FSFWConfig.h>
2021-06-13 16:29:13 +02:00
#if FSFW_USE_PUS_C_TELECOMMANDS == 1
#include "TcPacketStoredPusC.h"
#else
#include "TcPacketStoredPusA.h"
#endif
2020-10-28 02:20:12 +01:00
2021-06-13 16:29:13 +02:00
#endif /* FSFW_TMTCPACKET_PUS_TCPACKETSTORED_H_ */