fsfw/tmtcpacket/pus/TmPacketStored.h

13 lines
250 B
C
Raw Normal View History

2021-04-12 22:24:11 +02:00
#ifndef FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
#define FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
2020-10-28 19:44:37 +01:00
#include <FSFWConfig.h>
2021-04-12 22:24:11 +02:00
#if FSFW_USE_PUS_C_TELEMETRY == 1
#else
#include "TmPacketStoredPusA.h"
#endif
2021-04-12 22:24:11 +02:00
#endif /* FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_ */